summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-04 14:41:51 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-04 14:41:51 +0000
commit230f4a2d4666c9a8567c2d2e6be7dc33784fade1 (patch)
tree4e4508a2003b4a50a1e1d9bd496f7aa1f7887434
parent64925e37b9d136b0b4bcce5aa69f903825d6d6e4 (diff)
downloadbinutils-redhat-baserock/jonathan/no-system-zlib.tar.gz
Build without system zlib, since it's not in build-essentialbaserock/jonathan/no-system-zlib
-rw-r--r--binutils.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils.morph b/binutils.morph
index b72b2c9bf3..5ba3e4d510 100644
--- a/binutils.morph
+++ b/binutils.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"mkdir o",
- "cd o && ../configure --prefix=/usr --disable-nls --disable-werror"
+ "cd o && ../configure --prefix=/usr --disable-nls --disable-werror --without-system-zlib"
],
"build-commands": [
"cd o && make"