summaryrefslogtreecommitdiff
path: root/package/zlib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-24 12:07:28 +0100
commitac46e350e174e78a55a348eda775665ae0eb3277 (patch)
tree5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/zlib
parent89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff)
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/zlib')
-rw-r--r--package/zlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile
index c94c0dcf3..6cfa0580e 100644
--- a/package/zlib/Makefile
+++ b/package/zlib/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= zlib
-PKG_VERSION:= 1.2.5
+PKG_VERSION:= 1.2.6
PKG_RELEASE:= 1
-PKG_MD5SUM:= be1e89810e66150f5b0327984d8625a0
+PKG_MD5SUM:= dc2cfa0d2313ca77224b4d932b2911e9
PKG_DESCR:= implementation of the deflate compression method
PKG_SECTION:= libs
PKG_URL:= http://www.zlib.net/
@@ -38,7 +38,7 @@ ifeq ($(ADK_STATIC),)
CONFIGURE_OPTS:= --shared
endif
-ALL_TARGET:= libz.a libz.so.1.2.5
+ALL_TARGET:= libz.a libz.so.$(PKG_VERSION)
do-configure:
(cd $(WRKBUILD); $(COPTS) \