aboutsummaryrefslogtreecommitdiff
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
parentf3e0afc3ef2798303c6f44d88e1fa1aea5b9f248 (diff)
depends: pull zlib from our mirror instead of zlib.net (which is down atm)
-rw-r--r--tools/depends/native/zlib-native/Makefile1
-rw-r--r--tools/depends/target/zlib/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/depends/native/zlib-native/Makefile b/tools/depends/native/zlib-native/Makefile
index 31154eec93..125258fdb6 100644
--- a/tools/depends/native/zlib-native/Makefile
+++ b/tools/depends/native/zlib-native/Makefile
@@ -8,7 +8,6 @@ LIBNAME=zlib
VERSION=1.2.7
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
-BASE_URL=http://zlib.net/
# configuration settings
CONFIGURE= CC="$(CC_FOR_BUILD)" CFLAGS="$(BUILD_CFLAGS)" ./configure --prefix=$(PREFIX)
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