fetch zlib from the cannonical site at zlib.net
authorEric Andersen <andersen@codepoet.org>
Mon, 10 Apr 2006 18:09:17 +0000 (18:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 10 Apr 2006 18:09:17 +0000 (18:09 -0000)
package/zlib/zlib.mk

index 2d40d23309deedd339efd886cd4d9bf82f995056..3d82c51261ebb2255a026e55e955ec18a21ec552 100644 (file)
@@ -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)