diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-05-13 18:24:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-05-13 18:24:27 +0000 |
commit | 6b9035b1659df04d2f2303e8c5273ee0b390d771 (patch) | |
tree | dd4db21e00eb8c29938391e3f824a3aebd4144a0 | |
parent | 6e66ca2323219052483d5c8a51e280457fed77c4 (diff) | |
download | upstream-6b9035b1659df04d2f2303e8c5273ee0b390d771.tar.gz upstream-6b9035b1659df04d2f2303e8c5273ee0b390d771.tar.bz2 upstream-6b9035b1659df04d2f2303e8c5273ee0b390d771.zip |
Fix zlib alternate URL
There is no zlib project on Sourceforge, zlib files are in libpng project
Signed-off-by: Gilles Espinasse g.esp@free.fr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21442 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/zlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index d8213b972d..c6a18378dc 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.2.3 PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.zlib.net @SF/zlib +PKG_SOURCE_URL:=http://www.zlib.net @SF/libpng PKG_MD5SUM:=dee233bf288ee795ac96a98cc2e369b6 include $(INCLUDE_DIR)/package.mk |