enable threads for python
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7129 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
af038ae0c4
commit
8c0c8a520e
@ -28,7 +28,7 @@ PY_DISABLED_MODULES=readline pyexpat dbm gdbm bsddb \
|
|||||||
define Package/python
|
define Package/python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
DEPENDS:=+uclibcxx
|
DEPENDS:=+uclibcxx +libpthread
|
||||||
TITLE:=Python 2.5 programming language
|
TITLE:=Python 2.5 programming language
|
||||||
URL:=http://www.python.org/
|
URL:=http://www.python.org/
|
||||||
endef
|
endef
|
||||||
@ -58,7 +58,7 @@ define Build/Configure
|
|||||||
--disable-shared \
|
--disable-shared \
|
||||||
--with-cxx=no \
|
--with-cxx=no \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--with-threads=no \
|
--with-threads \
|
||||||
--disable-ipv6 \
|
--disable-ipv6 \
|
||||||
HOSTPYTHON=./hostpython \
|
HOSTPYTHON=./hostpython \
|
||||||
HOSTPGEN=./Parser/hostpgen \
|
HOSTPGEN=./Parser/hostpgen \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user