diff options
Diffstat (limited to 'bin/ltmain.sh')
-rw-r--r-- | bin/ltmain.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ltmain.sh b/bin/ltmain.sh index 92113ca..ef07484 100644 --- a/bin/ltmain.sh +++ b/bin/ltmain.sh @@ -3225,6 +3225,9 @@ EOF # of library paths finalize_rpath=`echo $rpath | sed -e "s#:# ${wl}-rpath ${wl}#g"`; compile_rpath=`echo $rpath | sed -e "s#:# ${wl}-rpath ${wl}#g"`; + # Add a space before each path + finalize_rpath=" $finalize_rpath" + compile_rpath=" $compile_rpath" ;; *) finalize_rpath="$rpath"; |