From: Michael Tremer Date: Wed, 28 Jan 2009 17:31:32 +0000 (+0100) Subject: We do not depend on zlib in toolchain. X-Git-Tag: v3.0-alpha1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f7df8c93257ec99c797f39558b21cbb27ae397;p=ipfire-3.x.git We do not depend on zlib in toolchain. --- diff --git a/lfs/binutils b/lfs/binutils index fc41e0ab5..6e32b8494 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -42,7 +42,11 @@ MAINTAINER = GROUP = Development/Tools EXTRA = no DEBUG = no -DEPS = zlib + +# Host system provides zlib. +ifneq "$(STAGE)" "toolchain" + DEPS = zlib +endif URL = http://www.gnu.org/software/binutils/ LICENSE = GPLv2+