Loading support/apxs.in +3 −3 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ if ($opt_c) { $la =~ s|\.c$|.la|; my $o = $s; $o =~ s|\.c$|.o|; push(@cmds, "libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); push(@cmds, "$prefix/build/libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); unshift(@objs, $lo); } Loading @@ -437,7 +437,7 @@ if ($opt_c) { $opt .= " -l$opt_l"; } push(@cmds, "libtool --silent --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); push(@cmds, "$prefix/build/libtool --silent --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); # execute the commands &execute_cmds(@cmds); Loading Loading @@ -467,7 +467,7 @@ if ($opt_i or $opt_e) { my $t = $f; $t =~ s|^.+/([^/]+)$|$1|; if ($opt_i) { push(@cmds, "libtool --mode=install cp $f $CFG_LIBEXECDIR/$t"); push(@cmds, "$prefix/build/libtool --mode=install cp $f $CFG_LIBEXECDIR/$t"); push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); } Loading Loading
support/apxs.in +3 −3 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ if ($opt_c) { $la =~ s|\.c$|.la|; my $o = $s; $o =~ s|\.c$|.o|; push(@cmds, "libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); push(@cmds, "$prefix/build/libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); unshift(@objs, $lo); } Loading @@ -437,7 +437,7 @@ if ($opt_c) { $opt .= " -l$opt_l"; } push(@cmds, "libtool --silent --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); push(@cmds, "$prefix/build/libtool --silent --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); # execute the commands &execute_cmds(@cmds); Loading Loading @@ -467,7 +467,7 @@ if ($opt_i or $opt_e) { my $t = $f; $t =~ s|^.+/([^/]+)$|$1|; if ($opt_i) { push(@cmds, "libtool --mode=install cp $f $CFG_LIBEXECDIR/$t"); push(@cmds, "$prefix/build/libtool --mode=install cp $f $CFG_LIBEXECDIR/$t"); push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); } Loading