From: cristy Date: Sun, 30 Oct 2011 00:29:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6711 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=733e42e8c4a7df9faf6daca7478b91870c23d69a;p=imagemagick --- diff --git a/config/ltmain.sh b/config/ltmain.sh index aa5624c81..78cf01752 100644 --- a/config/ltmain.sh +++ b/config/ltmain.sh @@ -8050,7 +8050,7 @@ EOF elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) func_apped perm_rpath " $libdir" ;; + *) func_append perm_rpath " $libdir" ;; esac fi done diff --git a/libtool b/libtool index 010107dee..946f71f0a 100755 --- a/libtool +++ b/libtool @@ -8490,7 +8490,7 @@ EOF elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) func_apped perm_rpath " $libdir" ;; + *) perm_rpath+=" $libdir" ;; esac fi done