[Freeswitch-svn] [commit] r5097 - freeswitch/trunk/src/mod/languages/mod_python
Freeswitch SVN
anthm at freeswitch.org
Mon May 7 11:24:08 EDT 2007
Author: anthm
Date: Mon May 7 11:24:07 2007
New Revision: 5097
Modified:
freeswitch/trunk/src/mod/languages/mod_python/Makefile
Log:
fix python 64 bit linux build
Modified: freeswitch/trunk/src/mod/languages/mod_python/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_python/Makefile (original)
+++ freeswitch/trunk/src/mod/languages/mod_python/Makefile Mon May 7 11:24:07 2007
@@ -14,7 +14,7 @@
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
More information about the Freeswitch-svn
mailing list