- Added win64 support - Simplified the build process by using autotools and a hacked version of libtool - Made the package compliant with the new MinGW packaging guidelines
11 lines
352 B
Diff
11 lines
352 B
Diff
--- ltmain.sh.orig 2010-10-13 23:11:05.164935359 +0200
|
|
+++ ltmain.sh 2010-10-13 23:33:31.572557755 +0200
|
|
@@ -7431,6 +7431,7 @@
|
|
eval test_cmds=\"$archive_expsym_cmds\"
|
|
cmds=$archive_expsym_cmds
|
|
else
|
|
+ if test "$soname" = "libz-1.dll" ; then soname=zlib1.dll; fi
|
|
eval test_cmds=\"$archive_cmds\"
|
|
cmds=$archive_cmds
|
|
fi
|