From 65841a2f29d48202a97cf62c204a2d2e4c781108 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Sat, 5 May 2012 17:10:26 +0200 Subject: [PATCH] update package zlib --- index.html | 2 +- src/zlib-1-win32-static.patch | 4 ++-- src/zlib.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index bd71c8ed..7bdf5b0d 100644 --- a/index.html +++ b/index.html @@ -1930,7 +1930,7 @@ USE_OSGPLUGIN(<plugin2>) zlib - 1.2.6 + 1.2.7 zlib diff --git a/src/zlib-1-win32-static.patch b/src/zlib-1-win32-static.patch index 7ba2dd77..74c10878 100644 --- a/src/zlib-1-win32-static.patch +++ b/src/zlib-1-win32-static.patch @@ -13,7 +13,7 @@ diff --git a/Makefile.in b/Makefile.in index ea430bf..f2573e7 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -188,11 +188,11 @@ install-libs: $(LIBS) +@@ -190,11 +190,11 @@ install-libs: $(LIBS) -@if [ ! -d $(DESTDIR)$(sharedlibdir) ]; then mkdir -p $(DESTDIR)$(sharedlibdir); fi -@if [ ! -d $(DESTDIR)$(man3dir) ]; then mkdir -p $(DESTDIR)$(man3dir); fi -@if [ ! -d $(DESTDIR)$(pkgconfigdir) ]; then mkdir -p $(DESTDIR)$(pkgconfigdir); fi @@ -31,7 +31,7 @@ diff --git a/configure b/configure index 780317c..6e6a033 100755 --- a/configure +++ b/configure -@@ -180,10 +180,7 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then +@@ -205,10 +205,7 @@ if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then CYGWIN* | Cygwin* | cygwin* | OS/2*) EXE='.exe' ;; MINGW* | mingw*) diff --git a/src/zlib.mk b/src/zlib.mk index fe7796a6..e7545524 100644 --- a/src/zlib.mk +++ b/src/zlib.mk @@ -3,7 +3,7 @@ PKG := zlib $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 3d445731e4bfea1cd00f36567d77d6e5f5a19be9 +$(PKG)_CHECKSUM := 858818fe6d358ec682d54ac5e106a2dd62628e7f $(PKG)_SUBDIR := zlib-$($(PKG)_VERSION) $(PKG)_FILE := zlib-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://zlib.net/$($(PKG)_FILE)