[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:
parent
04ca309710
commit
b13ad041e1
@ -461,7 +461,7 @@ define Host/Configure
|
|||||||
rm -rf config.cache; \
|
rm -rf config.cache; \
|
||||||
CONFIG_SITE= \
|
CONFIG_SITE= \
|
||||||
OPT="$(HOST_CFLAGS)" \
|
OPT="$(HOST_CFLAGS)" \
|
||||||
./configure --without-cxx-main --without-threads --prefix=$(STAGING_DIR_HOST); \
|
./configure --without-cxx-main --with-threads --prefix=$(STAGING_DIR_HOST); \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user