summaryrefslogtreecommitdiff
path: root/package/zlib/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'package/zlib/patches/patch-configure')
-rw-r--r--package/zlib/patches/patch-configure13
1 files changed, 0 insertions, 13 deletions
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