From 31c42876e43164d5f2c649fdd24e12f5de9aedf7 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 15 Apr 2009 03:05:37 +0000 Subject: [PATCH] we need DYNAMIC_LIB_EXTEN for mod_perl and others git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13023 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/modmake.rules.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build/modmake.rules.in b/build/modmake.rules.in index cd0247b8b1..182af4aa29 100644 --- a/build/modmake.rules.in +++ b/build/modmake.rules.in @@ -29,6 +29,7 @@ MODINSTDIR = @modinstdir@ DYLD_LIBRARY_PATH=@libdir@:$DYLD_LIBRARY_PATH LD_LIBRARY_PATH=@libdir@:$LD_LIBRARY_PATH OSARCH=`uname -s` +DYNAMIC_LIB_EXTEN = @DYNAMIC_LIB_EXTEN@ LIBTOOL_LIB_EXTEN = @LIBTOOL_LIB_EXTEN@ SOLINK = @SOLINK@