SOURCES: libtool-crossw32.patch (NEW) - fix cross building to cygw...
qboosh
qboosh at pld-linux.org
Tue Mar 11 23:02:16 CET 2008
Author: qboosh Date: Tue Mar 11 22:02:16 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix cross building to cygwin/mingw32
---- Files affected:
SOURCES:
libtool-crossw32.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/libtool-crossw32.patch
diff -u /dev/null SOURCES/libtool-crossw32.patch:1.1
--- /dev/null Tue Mar 11 23:02:16 2008
+++ SOURCES/libtool-crossw32.patch Tue Mar 11 23:02:11 2008
@@ -0,0 +1,14 @@
+--- libtool-2.2/libltdl/config/ltmain.m4sh.orig 2008-03-08 17:18:03.156294000 +0100
++++ libtool-2.2/libltdl/config/ltmain.m4sh 2008-03-11 22:12:21.412466850 +0100
+@@ -6837,7 +6837,11 @@
+ $RM $func_ltwrapper_scriptname_result
+ trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
+ $opt_dry_run || {
++ if [ "$build" = "$host" ]; then
+ $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
++ else
++ func_emit_wrapper no > $func_ltwrapper_scriptname_result
++ fi
+ }
+ ;;
+ * )
================================================================
More information about the pld-cvs-commit
mailing list