[asterisk-commits] seanbright: trunk r354313 - /trunk/contrib/scripts/live_ast
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 7 11:59:23 CST 2012
Author: seanbright
Date: Tue Feb 7 11:59:20 2012
New Revision: 354313
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=354313
Log:
Include live/usr/lib in the shared library search path to that we pick up
libasteriskssl.so at run time when using live_ast.
Modified:
trunk/contrib/scripts/live_ast
Modified: trunk/contrib/scripts/live_ast
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/scripts/live_ast?view=diff&rev=354313&r1=354312&r2=354313
==============================================================================
--- trunk/contrib/scripts/live_ast (original)
+++ trunk/contrib/scripts/live_ast Tue Feb 7 11:59:20 2012
@@ -154,6 +154,7 @@
# 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
More information about the asterisk-commits
mailing list