[Freeswitch-branches] [commit] r2604 - freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python

Freeswitch SVN docelmo at freeswitch.org
Sun Sep 10 01:26:33 EDT 2006


Author: docelmo
Date: Sun Sep 10 01:26:32 2006
New Revision: 2604

Modified:
   freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile

Log:
Fixed linking yet again

Modified: freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile
==============================================================================
--- freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile	(original)
+++ freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile	Sun Sep 10 01:26:32 2006
@@ -1,7 +1,7 @@
 LCFLAGS=-fPIC -DZTS -DPTHREADS -Xlinker -export-dynamic
 CFLAGS += -fPIC -I/usr/include/python2.3/ -lpython2.3 -Xlinker -export-dynamic -L/usr/lib/
 PYMOD=freeswitch
-
+LDFLAGS=-lpython2.3 -Xlinker -export-dynamic -L/usr/lib/
 
 all:	$(MODNAME).$(DYNAMIC_LIB_EXTEN) $(PYMOD).$(DYNAMIC_LIB_EXTEN)
 	



More information about the Freeswitch-branches mailing list