[packages] python: Enable threading in python
[packages.git] / lang / python / Makefile
index d66f14c..8493b55 100644 (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