summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-16 11:46:14 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-16 12:27:57 +0000
commitf1d3525b927bd4c7bc30421e19f414da2769aa3f (patch)
tree0fe36e72eba86c18cac7dddd6c54be434a447022
parent2979038a979743cdb88bc87c5e9bb69e37de0f4d (diff)
downloaddefinitions-f1d3525b927bd4c7bc30421e19f414da2769aa3f.tar.gz
strata/build-essential/zlib.morph: build-system is not autotools
Change-Id: I0c0dc78ed03f8ec81e4af69e2e86f70aa954d6a0
-rw-r--r--strata/build-essential.morph2
-rw-r--r--strata/build-essential/zlib.morph9
2 files changed, 10 insertions, 1 deletions
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