summaryrefslogtreecommitdiff
path: root/strata/build-essential
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-01 21:09:52 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-03 21:55:11 +0900
commita9524c0f2087ff2eb470003ff5f5122370d5f0d4 (patch)
tree1acc983d28bf6c3abddfd587ee56d4df5ac9981b /strata/build-essential
parent7c9d4890162f0f0e7d155121410f84e5dfc04861 (diff)
downloaddefinitions-a9524c0f2087ff2eb470003ff5f5122370d5f0d4.tar.gz
Adding static-gawk to build-essential
In order to build glibc we need a fresh and recent gawk. We build this one statically because we dont have a runtime yet, we'll build it again once glibc and the gcc runtime is present.
Diffstat (limited to 'strata/build-essential')
-rw-r--r--strata/build-essential/static-gawk.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/build-essential/static-gawk.morph b/strata/build-essential/static-gawk.morph
new file mode 100644
index 00000000..31f765fb
--- /dev/null
+++ b/strata/build-essential/static-gawk.morph
@@ -0,0 +1,5 @@
+name: static-gawk
+kind: chunk
+build-system: autotools
+configure-commands:
+- LDFLAGS="--static" ./configure --prefix="$PREFIX" --disable-nls