From 733e42e8c4a7df9faf6daca7478b91870c23d69a Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 30 Oct 2011 00:29:56 +0000 Subject: [PATCH] --- config/ltmain.sh | 2 +- libtool | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0