summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-01 13:20:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-01 13:20:28 +0100
commit52a49601ba47b77d93d4856f2ee01e55755905f1 (patch)
tree6df9c48238bf11c389705f4042a221125612c02b /package/python2
parentd635f1b852633c67540c48ada02673e79e02ba85 (diff)
use static build for host
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 36bcdf7fc..47033dc2a 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= python2
PKG_VERSION:= 2.7.5
-PKG_RELEASE:= 6
+PKG_RELEASE:= 7
PKG_MD5SUM:= b4f01a1d0ba0b46b05c73b2ac909b1df
PKG_DESCR:= Python scripting language (Version 2)
PKG_SECTION:= lang
@@ -97,7 +97,7 @@ CONFIGURE_ARGS:= --with-threads \
HOST_STYLE:= auto
HOST_CONFIGURE_ARGS:= --with-threads \
- --enable-shared \
+ --disable-shared \
--disable-toolbox-glue \
--without-cxx-main