MSYS2-packages/zlib/zlib-1.2.13-configure.patch
Christoph Reiter 51b49dcab4 zlib: Update to 1.2.13
sync things with cygwin (this build system is... not ideal)
2022-10-29 18:03:36 +02:00

11 lines
532 B
Diff

--- origsrc/zlib-1.2.13/configure 2022-10-10 20:11:12.000000000 +0200
+++ src/zlib-1.2.13/configure 2022-10-15 19:47:10.544034900 +0200
@@ -232,6 +232,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c)
LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"}
LDCONFIG="ldconfig -m" ;;
CYGWIN* | Cygwin* | cygwin* | *-cygwin* | OS/2*)
+ LDSHARED=${LDSHARED-"$cc -shared"}
EXE='.exe' ;;
MINGW* | mingw* | *-mingw*)
rm -f $test.[co] $test $test$shared_ext