]> git.pld-linux.org Git - packages/libtool.git/commitdiff
- fix cross building to cygwin/mingw32
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Mar 2008 22:02:11 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtool-crossw32.patch -> 1.1

libtool-crossw32.patch [new file with mode: 0644]

diff --git a/libtool-crossw32.patch b/libtool-crossw32.patch
new file mode 100644 (file)
index 0000000..a9d2c60
--- /dev/null
@@ -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
+           }
+         ;;
+         * )
This page took 0.032225 seconds and 4 git commands to generate.