diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-10-20 09:33:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-10-20 09:33:19 +0200 |
commit | 64611662a7fcdf0520e9ead58c1e0237cd509c57 (patch) | |
tree | 1634bd7c5b53ebb61a117c0cc3d935ebb25a5fc7 /package/zlib/patches/patch-configure | |
parent | 5e837d8fdb7fc43319c3266758011a498fc443c8 (diff) |
zlib: update to 1.2.13
Diffstat (limited to 'package/zlib/patches/patch-configure')
-rw-r--r-- | package/zlib/patches/patch-configure | 13 |
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 |