Force CXXLINK for mod_python and remove -lstdcc++ from LOCAL_LDFLAGS to fix build on solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8456 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
baf944eba9
commit
185b2938a7
|
@ -4,10 +4,12 @@
|
||||||
# and define these variables to impact your build
|
# and define these variables to impact your build
|
||||||
|
|
||||||
LOCAL_CFLAGS = @PYTHON_CFLAGS@
|
LOCAL_CFLAGS = @PYTHON_CFLAGS@
|
||||||
LOCAL_LDFLAGS= @PYTHON_LDFLAGS@ -lstdc++
|
LOCAL_LDFLAGS= @PYTHON_LDFLAGS@
|
||||||
LOCAL_OBJS=freeswitch_python.o mod_python_wrap.o
|
LOCAL_OBJS=freeswitch_python.o mod_python_wrap.o
|
||||||
include ../../../../build/modmake.rules
|
include ../../../../build/modmake.rules
|
||||||
|
|
||||||
|
LINK=$(CXXLINK)
|
||||||
|
|
||||||
PYMOD=freeswitch
|
PYMOD=freeswitch
|
||||||
PYTHON_SITE_DIR=@PYTHON_SITE_DIR@
|
PYTHON_SITE_DIR=@PYTHON_SITE_DIR@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue