From 230f4a2d4666c9a8567c2d2e6be7dc33784fade1 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 4 Mar 2013 14:41:51 +0000 Subject: Build without system zlib, since it's not in build-essential --- binutils.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1