diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-09-02 12:05:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-09-23 07:15:05 +0200 |
commit | faa752a6eebc0c031aa52693297509a1cd832d69 (patch) | |
tree | 22a08d06001af6a122bd48de0b9e73dfb3ca8e69 /package/zlib/patches | |
parent | ba48db8275730fbc512c0872ae426970a09b5619 (diff) |
zlib: update to 1.2.12
Diffstat (limited to 'package/zlib/patches')
-rw-r--r-- | package/zlib/patches/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/zlib/patches/patch-configure b/package/zlib/patches/patch-configure new file mode 100644 index 000000000..5455304be --- /dev/null +++ b/package/zlib/patches/patch-configure @@ -0,0 +1,13 @@ +--- 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 |