[Freeswitch-svn] [commit] r8456 - freeswitch/trunk/src/mod/languages/mod_python
Freeswitch SVN
stkn at freeswitch.org
Fri May 16 17:38:01 EDT 2008
Author: stkn
Date: Fri May 16 17:38:00 2008
New Revision: 8456
Modified:
freeswitch/trunk/src/mod/languages/mod_python/Makefile.in
Log:
Force CXXLINK for mod_python and remove -lstdcc++ from LOCAL_LDFLAGS to fix build on solaris
Modified: freeswitch/trunk/src/mod/languages/mod_python/Makefile.in
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_python/Makefile.in (original)
+++ freeswitch/trunk/src/mod/languages/mod_python/Makefile.in Fri May 16 17:38:00 2008
@@ -4,10 +4,12 @@
# and define these variables to impact your build
LOCAL_CFLAGS = @PYTHON_CFLAGS@
-LOCAL_LDFLAGS= @PYTHON_LDFLAGS@ -lstdc++
+LOCAL_LDFLAGS= @PYTHON_LDFLAGS@
LOCAL_OBJS=freeswitch_python.o mod_python_wrap.o
include ../../../../build/modmake.rules
+LINK=$(CXXLINK)
+
PYMOD=freeswitch
PYTHON_SITE_DIR=@PYTHON_SITE_DIR@
More information about the Freeswitch-svn
mailing list