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:
Anthony Minessale 2007-05-07 15:24:07 +00:00
parent 0e5a4f525d
commit 9572b3ce8c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ SWIGCFILE=../../../switch_swig.c
SWIGIFILE=../../../switch_swig.i
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:
swig -python -shadow -c++ -o mod_python_wrap.cpp mod_python.i