fetch zlib from the cannonical site at zlib.net
This commit is contained in:
parent
cd729873b9
commit
7be3856489
@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
ZLIB_VER:=1.2.3
|
||||
ZLIB_SOURCE:=zlib-$(ZLIB_VER).tar.bz2
|
||||
ZLIB_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libpng
|
||||
ZLIB_SITE:=http://www.zlib.net/
|
||||
ZLIB_DIR:=$(BUILD_DIR)/zlib-$(ZLIB_VER)
|
||||
ZLIB_CFLAGS:=$(TARGET_CFLAGS) -fPIC
|
||||
ifeq ($(BR2_LARGEFILE),y)
|
||||
|
Loading…
Reference in New Issue
Block a user