summaryrefslogtreecommitdiffstats
path: root/make/zlib.mk
diff options
context:
space:
mode:
authorEric Andersen2003-06-14 02:46:16 +0200
committerEric Andersen2003-06-14 02:46:16 +0200
commit922fb354eba9889bdadc2f3570a982e983c2a74c (patch)
treecc7d11fa27af2f208d3d8fbceb08d13e4f3e0569 /make/zlib.mk
parentUpgrade strace to version 4.4.98 (diff)
downloadbuildroot-922fb354eba9889bdadc2f3570a982e983c2a74c.tar.gz
buildroot-922fb354eba9889bdadc2f3570a982e983c2a74c.tar.xz
buildroot-922fb354eba9889bdadc2f3570a982e983c2a74c.zip
Default to using a single fast sourceforge mirror
Diffstat (limited to 'make/zlib.mk')
-rw-r--r--make/zlib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/zlib.mk b/make/zlib.mk
index c5de67f38..7a23fb63e 100644
--- a/make/zlib.mk
+++ b/make/zlib.mk
@@ -4,7 +4,7 @@
#
#############################################################
ZLIB_SOURCE=zlib-1.1.4.tar.bz2
-ZLIB_SITE=http://telia.dl.sourceforge.net/sourceforge/libpng
+ZLIB_SITE=http://aleron.dl.sourceforge.net/sourceforge/libpng
ZLIB_DIR=$(BUILD_DIR)/zlib-1.1.4
ifeq ($(strip $(BUILD_WITH_LARGEFILE)),true)
ZLIB_CFLAGS=-Os -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64