]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Include live/usr/lib in the shared library search path to that we pick up
authorSean Bright <sean@malleable.com>
Tue, 7 Feb 2012 17:59:20 +0000 (17:59 +0000)
committerSean Bright <sean@malleable.com>
Tue, 7 Feb 2012 17:59:20 +0000 (17:59 +0000)
libasteriskssl.so at run time when using live_ast.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354313 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/live_ast

index 1c7a1cba8bf4e4aa90af275fa65bf93f6aecbb97..2bcb2f7586f278e6f5f7990e8cea55c618829404 100755 (executable)
@@ -154,6 +154,7 @@ fi
 
 # gets rid of excessive spaces. Leves nothing if there were only white spaces:
 LIVE_AST_LD_PATH_EXTRA=`echo $LIVE_AST_LD_PATH_EXTRA | tr ' ' :`
+LIVE_AST_LD_PATH_EXTRA="$BASE_DIR/usr/lib:$LIVE_AST_LD_PATH_EXTRA"
 
 set_ld_env() {
   if [ "$LIVE_AST_LD_PATH_EXTRA$LD_LIBRARY_PATH" = '' ]; then return; fi