aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-04-29 21:56:00 +0200
committerMemphiz <memphis@machzwo.de>2013-04-29 21:56:00 +0200
commitf7f70871a33996ab828e6e17c2101b9503395270 (patch)
treec3b4de49d6e3ac32d6ecae4666553cf923a14d64 /tools/depends/target
parentf3e0afc3ef2798303c6f44d88e1fa1aea5b9f248 (diff)
depends: pull zlib from our mirror instead of zlib.net (which is down atm)
Diffstat (limited to 'tools/depends/target')
-rw-r--r--tools/depends/target/zlib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/depends/target/zlib/Makefile b/tools/depends/target/zlib/Makefile
index e40f21582d..551301ca57 100644
--- a/tools/depends/target/zlib/Makefile
+++ b/tools/depends/target/zlib/Makefile
@@ -6,7 +6,6 @@ LIBNAME=zlib
VERSION=1.2.7
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
-BASE_URL=http://zlib.net/
# configuration settings
CONFIGURE= CC="$(CC)" CFLAGS="$(CFLAGS)" ./configure --prefix=$(PREFIX) --static