Enable threads on Python
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2726 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
41edf96fba
commit
d08d2fbff0
|
@ -6,7 +6,7 @@ LDFLAGS=-lpython2.4 -Xlinker -L$(PREFIX)/lib/python2.4/config/
|
||||||
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(PYMOD).$(DYNAMIC_LIB_EXTEN)
|
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(PYMOD).$(DYNAMIC_LIB_EXTEN)
|
||||||
|
|
||||||
depends:
|
depends:
|
||||||
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install Python-2.4.3.tgz --prefix=$(PREFIX)
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install Python-2.4.3.tgz --prefix=$(PREFIX) --enable-threads --enable-shared
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) $(LCFLAGS) $(CFLAGS) -c $< -o $@
|
$(CC) $(LCFLAGS) $(CFLAGS) -c $< -o $@
|
||||||
|
|
Loading…
Reference in New Issue