Update zlib to version 1.2.7, fix #196

This commit is contained in:
Norman Feske 2012-05-03 23:32:56 +02:00
parent be5e3f92a4
commit eeb0896d06
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ZLIB = zlib-1.2.6
ZLIB = zlib-1.2.7
ZLIB_DIR = $(REP_DIR)/contrib/$(ZLIB)
LIBS += libc
INC_DIR += $(ZLIB_DIR)

View File

@ -1,4 +1,4 @@
ZLIB = zlib-1.2.6
ZLIB = zlib-1.2.7
ZLIB_TGZ = $(ZLIB).tar.gz
ZLIB_URL = http://zlib.net/$(ZLIB_TGZ)