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 | ec1397587536ed017af7de4bc7124c85e1fd10f5 (patch) | |
tree | 59dd01365cc78e6eedbca4e7f0d5ff335159ef31 | |
parent | 8167602d4f0facd0a029a0eb527e32eb4f119835 (diff) | |
download | mtk-20170518-ec1397587536ed017af7de4bc7124c85e1fd10f5.zip mtk-20170518-ec1397587536ed017af7de4bc7124c85e1fd10f5.tar.gz mtk-20170518-ec1397587536ed017af7de4bc7124c85e1fd10f5.tar.bz2 |
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
SVN-Revision: 21442
-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 d8213b9..c6a1837 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 |