]> git.pld-linux.org Git - packages/libtool.git/blame - libtool-crossw32.patch
- added execute-mode patch (fixes mono-wrapper issue)
[packages/libtool.git] / libtool-crossw32.patch
CommitLineData
92db18db
JB
1--- libtool-2.2/libltdl/config/ltmain.m4sh.orig 2008-03-08 17:18:03.156294000 +0100
2+++ libtool-2.2/libltdl/config/ltmain.m4sh 2008-03-11 22:12:21.412466850 +0100
3@@ -6837,7 +6837,11 @@
4 $RM $func_ltwrapper_scriptname_result
5 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
6 $opt_dry_run || {
7+ if [ "$build" = "$host" ]; then
8 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
9+ else
10+ func_emit_wrapper no > $func_ltwrapper_scriptname_result
11+ fi
12 }
13 ;;
14 * )
This page took 0.026681 seconds and 4 git commands to generate.