From: hcg Date: Thu, 17 Jan 2013 15:17:11 +0000 (+0000) Subject: [packages] python: Enable threading in python X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b13ad041e138b3cdf0380135b95edfef3ca65d8d;p=packages.git [packages] python: Enable threading in python git-svn-id: svn://svn.openwrt.org/openwrt/packages@35196 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index d66f14c02..8493b5574 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -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