From: Michal Bielicki Date: Mon, 18 Feb 2008 22:21:43 +0000 (+0000) Subject: let configure do the libdir insert and not the environment X-Git-Tag: v1.0-rc1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbf7fec699ec8b632dc6d00d0137b856d6b4883;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/build/modmake.rules.in b/build/modmake.rules.in index 2ca0b99a8e..9d037acf50 100644 --- a/build/modmake.rules.in +++ b/build/modmake.rules.in @@ -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@