mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
let configure do the libdir insert and not the environment
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7683 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
98bfaf7630
commit
abbf7fec69
@ -26,8 +26,8 @@ DEFS=@DEFS@
|
||||
PREFIX = @prefix@
|
||||
MODINSTDIR = @modinstdir@
|
||||
|
||||
DYLD_LIBRARY_PATH=${_libdir}:$DYLD_LIBRARY_PATH
|
||||
LD_LIBRARY_PATH=${_libdir}:$LD_LIBRARY_PATH
|
||||
DYLD_LIBRARY_PATH=@libdir@:$DYLD_LIBRARY_PATH
|
||||
LD_LIBRARY_PATH=@libdir@:$LD_LIBRARY_PATH
|
||||
OSARCH=`uname -s`
|
||||
DYNAMIC_LIB_EXTEN = @DYNAMIC_LIB_EXTEN@
|
||||
SOLINK = @SOLINK@
|
||||
|
Loading…
x
Reference in New Issue
Block a user