ltmain.sh | ltmain.sh | |||
---|---|---|---|---|
skipping to change at line 5929 | skipping to change at line 5929 | |||
esac # arg | esac # arg | |||
# Now actually substitute the argument into the commands. | # Now actually substitute the argument into the commands. | |||
if test -n "$arg"; then | if test -n "$arg"; then | |||
func_append compile_command " $arg" | func_append compile_command " $arg" | |||
func_append finalize_command " $arg" | func_append finalize_command " $arg" | |||
fi | fi | |||
done # argument parsing loop | done # argument parsing loop | |||
if test "$module" = yes ; then | if test "$module" = yes ; then | |||
# [Mandriva] dropping ld option "--no-undefined" which is wrong for p | # [Mandriva] override ld option "--no-undefined" which is wrong for p | |||
lugins | lugins | |||
linker_flags=`$ECHO "X $linker_flags" | $Xsed -e 's/ --no-undefined// | linker_flags="$linker_flags --warn-unresolved-symbols" | |||
'` | compiler_flags="$compiler_flags -Wl,--warn-unresolved-symbols" | |||
compiler_flags=`$ECHO "X $compiler_flags" | $Xsed -e 's/ -Wl,--no-und | ||||
efined//'` | ||||
fi | fi | |||
test -n "$prev" && \ | test -n "$prev" && \ | |||
func_fatal_help "the \`$prevarg' option requires an argument" | func_fatal_help "the \`$prevarg' option requires an argument" | |||
if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then | if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then | |||
eval arg=\"$export_dynamic_flag_spec\" | eval arg=\"$export_dynamic_flag_spec\" | |||
func_append compile_command " $arg" | func_append compile_command " $arg" | |||
func_append finalize_command " $arg" | func_append finalize_command " $arg" | |||
fi | fi | |||
End of changes. 1 change blocks. | ||||
6 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |