summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-06 21:00:25 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-03-20 20:21:20 +0900
commit57f8793d546489831ca7ecf3c7101abca29eb07e (patch)
tree9c2d30dd925840aad8a16de8d91f6f161413a543
parent000257c657705ecf7dc650d54cdafbb99811df04 (diff)
downloaddefinitions-57f8793d546489831ca7ecf3c7101abca29eb07e.tar.gz
Adding make to the new build-essential
-rw-r--r--strata/build-essential.morph13
-rw-r--r--strata/build-essential/make.morph5
2 files changed, 18 insertions, 0 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index e3e4e865..9ad850e6 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -120,3 +120,16 @@ chunks:
- linux-api-headers
- glibc
- gcc-runtime
+
+- name: make
+ morph: strata/build-essential/make.morph
+ repo: upstream:make-tarball
+ ref: 4978d7129e42340ab9efeb0cb9cae4ad0fa052d4
+ unpetrify-ref: baserock/make-4.1-ttyname-segfault-fix
+ build-depends:
+ - static-sed
+ - static-gawk
+ - static-bash
+ - linux-api-headers
+ - glibc
+ - gcc-runtime
diff --git a/strata/build-essential/make.morph b/strata/build-essential/make.morph
new file mode 100644
index 00000000..1259b342
--- /dev/null
+++ b/strata/build-essential/make.morph
@@ -0,0 +1,5 @@
+name: make
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --disable-nls