summaryrefslogtreecommitdiff
path: root/strata/build-essential
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-01 21:44:14 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-03 21:55:11 +0900
commit272a2183a35b0fce70ca94304598387fd5d71afb (patch)
tree32382406f2a4bff879695fe21de9913e6bab023c /strata/build-essential
parenta9524c0f2087ff2eb470003ff5f5122370d5f0d4 (diff)
downloaddefinitions-272a2183a35b0fce70ca94304598387fd5d71afb.tar.gz
Adding static-sed to new build-essential
A recent enough version of sed is required to build glibc
Diffstat (limited to 'strata/build-essential')
-rw-r--r--strata/build-essential/static-sed.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/build-essential/static-sed.morph b/strata/build-essential/static-sed.morph
new file mode 100644
index 00000000..f43eaf19
--- /dev/null
+++ b/strata/build-essential/static-sed.morph
@@ -0,0 +1,5 @@
+name: static-sed
+kind: chunk
+build-system: autotools
+configure-commands:
+- LDFLAGS="--static" ./configure --prefix="$PREFIX"