]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 30 Oct 2011 00:29:56 +0000 (00:29 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 30 Oct 2011 00:29:56 +0000 (00:29 +0000)
config/ltmain.sh
libtool

index aa5624c816121f8623e9a64511fa7a18356bce99..78cf0175299df87e4203c93bc64e8194ecb45366 100644 (file)
@@ -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 010107dee9f625bca984e9d2a9a49ad472d3201c..946f71f0af1417b30c9be4be7e9855349a7de2d2 100755 (executable)
--- 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