summaryrefslogtreecommitdiffstats
path: root/package/zlib
diff options
context:
space:
mode:
authorEric Andersen2005-06-09 14:15:00 +0200
committerEric Andersen2005-06-09 14:15:00 +0200
commit1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67 (patch)
treec082250ae967446c4962693ba678889531a0d99c /package/zlib
parentroutine .config update (diff)
downloadbuildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.gz
buildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.xz
buildroot-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.zip
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
Diffstat (limited to 'package/zlib')
-rw-r--r--package/zlib/zlib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zlib/zlib.mk b/package/zlib/zlib.mk
index 7a02fa979..4b8f92d55 100644
--- a/package/zlib/zlib.mk
+++ b/package/zlib/zlib.mk
@@ -5,7 +5,7 @@
#############################################################
ZLIB_VER=1.2.2
ZLIB_SOURCE=zlib-$(ZLIB_VER).tar.bz2
-ZLIB_SITE=http://aleron.dl.sourceforge.net/sourceforge/libpng
+ZLIB_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libpng
ZLIB_DIR=$(BUILD_DIR)/zlib-$(ZLIB_VER)
ZLIB_CFLAGS= $(TARGET_CFLAGS) -fPIC
ifeq ($(BR2_LARGEFILE),y)