diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-05-05 15:10:26 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-05-05 15:10:26 (GMT) |
commit | 65841a2f29d48202a97cf62c204a2d2e4c781108 (patch) | |
tree | 82ac8feb2b5a1531786695c3c16347b8ff4de283 | |
parent | d1296c8ef00df44ed3e3c56e36ff75ca5584c8fa (diff) | |
download | mxe-65841a2f29d48202a97cf62c204a2d2e4c781108.zip mxe-65841a2f29d48202a97cf62c204a2d2e4c781108.tar.gz mxe-65841a2f29d48202a97cf62c204a2d2e4c781108.tar.bz2 |
update package zlib
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/zlib-1-win32-static.patch | 4 | ||||
-rw-r--r-- | src/zlib.mk | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1930,7 +1930,7 @@ USE_OSGPLUGIN(<plugin2>) </tr> <tr> <td id="zlib-package">zlib</td> - <td id="zlib-version">1.2.6</td> + <td id="zlib-version">1.2.7</td> <td id="zlib-website"><a href="http://zlib.net/">zlib</a></td> </tr> <tr> diff --git a/src/zlib-1-win32-static.patch b/src/zlib-1-win32-static.patch index 7ba2dd7..74c1087 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 fe7796a..e754552 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) |