[packages] python: Enable threading in python

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35196 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2013-01-17 15:17:11 +00:00
parent 04ca309710
commit b13ad041e1

View File

@ -461,7 +461,7 @@ define Host/Configure
rm -rf config.cache; \
CONFIG_SITE= \
OPT="$(HOST_CFLAGS)" \
./configure --without-cxx-main --without-threads --prefix=$(STAGING_DIR_HOST); \
./configure --without-cxx-main --with-threads --prefix=$(STAGING_DIR_HOST); \
)
endef