From f1d3525b927bd4c7bc30421e19f414da2769aa3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 16 Feb 2016 11:46:14 +0000 Subject: strata/build-essential/zlib.morph: build-system is not autotools Change-Id: I0c0dc78ed03f8ec81e4af69e2e86f70aa954d6a0 --- strata/build-essential.morph | 2 +- strata/build-essential/zlib.morph | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 strata/build-essential/zlib.morph diff --git a/strata/build-essential.morph b/strata/build-essential.morph index 78063ce4..7ad0e364 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -266,10 +266,10 @@ chunks: glibc-nss: build-essential-runtime - name: zlib + morph: strata/build-essential/zlib.morph repo: upstream:zlib ref: 50893291621658f355bc5b4d450a8d06a563053d unpetrify-ref: v1.2.8 - build-system: autotools build-depends: - stage2-binutils - stage2-busybox diff --git a/strata/build-essential/zlib.morph b/strata/build-essential/zlib.morph new file mode 100644 index 00000000..900648b6 --- /dev/null +++ b/strata/build-essential/zlib.morph @@ -0,0 +1,9 @@ +name: zlib +kind: chunk +build-system: manual +configure-commands: +- ./configure --prefix="$PREFIX" +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1