From 64611662a7fcdf0520e9ead58c1e0237cd509c57 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 20 Oct 2022 09:33:19 +0200 Subject: zlib: update to 1.2.13 --- package/zlib/Makefile | 4 ++-- package/zlib/patches/patch-configure | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 package/zlib/patches/patch-configure (limited to 'package/zlib') diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 0cb6ba2bf..54a5aaf89 100644 --- a/package/zlib/Makefile +++ b/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/ diff --git a/package/zlib/patches/patch-configure b/package/zlib/patches/patch-configure deleted file mode 100644 index 5455304be..000000000 --- a/package/zlib/patches/patch-configure +++ /dev/null @@ -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 -- cgit v1.2.3