From 51e8126d545417049a5044fc0b607e36f22ef94b Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Mon, 7 May 2007 20:42:58 +0000 Subject: [PATCH] enable threads for python SVN-Revision: 7129 --- lang/python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index 2991b647a..996c3c0ba 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -28,7 +28,7 @@ PY_DISABLED_MODULES=readline pyexpat dbm gdbm bsddb \ define Package/python SECTION:=lang CATEGORY:=Languages - DEPENDS:=+uclibcxx + DEPENDS:=+uclibcxx +libpthread TITLE:=Python 2.5 programming language URL:=http://www.python.org/ endef @@ -58,7 +58,7 @@ define Build/Configure --disable-shared \ --with-cxx=no \ --sysconfdir=/etc \ - --with-threads=no \ + --with-threads \ --disable-ipv6 \ HOSTPYTHON=./hostpython \ HOSTPGEN=./Parser/hostpgen \ -- 2.30.2