提交 185b2938 authored 作者: Stefan Knoblich's avatar Stefan Knoblich

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
上级 baf944eb
......@@ -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@
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论