Browse Source

zlib: update to 1.2.13

Waldemar Brodkorb 3 years ago
parent
commit
64611662a7
2 changed files with 2 additions and 15 deletions
  1. 2 2
      package/zlib/Makefile
  2. 0 13
      package/zlib/patches/patch-configure

+ 2 - 2
package/zlib/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		zlib
-PKG_VERSION:=		1.2.12
+PKG_VERSION:=		1.2.13
 PKG_RELEASE:=		1
-PKG_HASH:=		7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18
+PKG_HASH:=		d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98
 PKG_DESCR:=		implementation of the deflate compression method
 PKG_SECTION:=		libs/comp
 PKG_URL:=		http://www.zlib.net/

+ 0 - 13
package/zlib/patches/patch-configure

@@ -1,13 +0,0 @@
---- zlib-1.2.12.orig/configure	2022-03-28 01:39:42.000000000 +0200
-+++ zlib-1.2.12/configure	2022-09-02 12:00:43.434885119 +0200
-@@ -174,7 +174,10 @@ if test -z "$CC"; then
-   else
-     cc=${CROSS_PREFIX}cc
-   fi
-+else
-+  cc=${CC}
- fi
-+
- cflags=${CFLAGS-"-O3"}
- # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
- case "$cc" in