mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-18 20:50:17 +00:00
fix python 64 bit linux build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5097 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0e5a4f525d
commit
9572b3ce8c
@ -14,7 +14,7 @@ SWIGCFILE=../../../switch_swig.c
|
|||||||
SWIGIFILE=../../../switch_swig.i
|
SWIGIFILE=../../../switch_swig.i
|
||||||
|
|
||||||
local_depend:
|
local_depend:
|
||||||
MAKE=$(MAKE) PY_CFLAGS=-fPIC $(BASE)/build/buildlib.sh $(BASE) install Python-2.4.3.tgz --prefix=$(PREFIX) --enable-threads
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install Python-2.4.3.tgz --prefix=$(PREFIX) --enable-threads CFLAGSFORSHARED="-fPIC"
|
||||||
|
|
||||||
reswig:
|
reswig:
|
||||||
swig -python -shadow -c++ -o mod_python_wrap.cpp mod_python.i
|
swig -python -shadow -c++ -o mod_python_wrap.cpp mod_python.i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user