]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
We do not depend on zlib in toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Jan 2009 17:31:32 +0000 (18:31 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Jan 2009 17:31:32 +0000 (18:31 +0100)
lfs/binutils

index fc41e0ab5d6dfda8359e3574baf2c7b7b2c6e74a..6e32b8494893be173addf60aab5803321fbb4ee5 100644 (file)
@@ -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+