Skip to content

Commit f7f7087

Browse files
committed
depends: pull zlib from our mirror instead of zlib.net (which is down atm)
1 parent f3e0afc commit f7f7087

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tools/depends/native/zlib-native/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ LIBNAME=zlib
88
VERSION=1.2.7
99
SOURCE=$(LIBNAME)-$(VERSION)
1010
ARCHIVE=$(SOURCE).tar.gz
11-
BASE_URL=http://zlib.net/
1211
# configuration settings
1312
CONFIGURE= CC="$(CC_FOR_BUILD)" CFLAGS="$(BUILD_CFLAGS)" ./configure --prefix=$(PREFIX)
1413

tools/depends/target/zlib/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LIBNAME=zlib
66
VERSION=1.2.7
77
SOURCE=$(LIBNAME)-$(VERSION)
88
ARCHIVE=$(SOURCE).tar.gz
9-
BASE_URL=http://zlib.net/
109
# configuration settings
1110
CONFIGURE= CC="$(CC)" CFLAGS="$(CFLAGS)" ./configure --prefix=$(PREFIX) --static
1211

0 commit comments

Comments
 (0)