projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8167602
)
Fix zlib alternate URL
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 13 May 2010 18:24:27 +0000
(18:24 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 13 May 2010 18:24:27 +0000
(18:24 +0000)
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
package/zlib/Makefile
patch
|
blob
|
history
diff --git
a/package/zlib/Makefile
b/package/zlib/Makefile
index d8213b972dc83fe6ce2cd6afc7df84c2030a844c..c6a18378dce9c8c8b3c67009babeec08fdf34abb 100644
(file)
--- 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