Skip to content

Commit 12308d9

Browse files
committed
zlib-1.3.1-configure.patch
1 parent 5a82f71 commit 12308d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
272272
LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"}
273273
LDCONFIG="ldconfig -m" ;;
274274
CYGWIN* | Cygwin* | cygwin* | *-cygwin* | OS/2*)
275+
LDSHARED=${LDSHARED-"$cc -shared"}
275276
EXE='.exe' ;;
276277
MINGW* | mingw* | *-mingw*)
277278
rm -f $test.[co] $test $test$shared_ext

0 commit comments

Comments
 (0)