From c4fbc3efb5ad0807aa1d95be3e9916e27876969f Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 18 Sep 2006 13:30:11 +0000 Subject: [PATCH] tweak and remove stuff that is cearly from the php makefile. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2741 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/languages/mod_python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/languages/mod_python/Makefile b/src/mod/languages/mod_python/Makefile index d8e6e5c61a..3ef80acbb0 100644 --- a/src/mod/languages/mod_python/Makefile +++ b/src/mod/languages/mod_python/Makefile @@ -1,4 +1,4 @@ -LCFLAGS=-fPIC -DZTS -DPTHREADS -Xlinker +LCFLAGS=-fPIC CFLAGS += -fPIC -I$(PREFIX)/include/python2.4/ PYMOD=freeswitch LDFLAGS=-lpython2.4 -Xlinker -L$(PREFIX)/lib/python2.4/config/