summaryrefslogtreecommitdiff
path: root/strata/build-essential
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-04 17:26:26 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-08 17:31:33 +0900
commitfab3afb984b8344ff272b9889c079156a7698c22 (patch)
tree2beee2d09788bcaa0e894c3fb602957de1d7e3cd /strata/build-essential
parent448e86cb8d02acc7bd0bc60c8b54243708889d55 (diff)
downloaddefinitions-fab3afb984b8344ff272b9889c079156a7698c22.tar.gz
Adding static-bash to new build-essential
Diffstat (limited to 'strata/build-essential')
-rw-r--r--strata/build-essential/static-bash.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/build-essential/static-bash.morph b/strata/build-essential/static-bash.morph
new file mode 100644
index 00000000..4895f7e6
--- /dev/null
+++ b/strata/build-essential/static-bash.morph
@@ -0,0 +1,7 @@
+name: static-bash
+kind: chunk
+build-system: autotools
+configure-commands:
+- LDFLAGS=--static ./configure --prefix="$PREFIX" --bindir=/bin --without-bash-malloc
+post-install-commands:
+- ln -s bash ${DESTDIR}/bin/sh