浏览代码

use static build for host

Waldemar Brodkorb 11 年之前
父节点
当前提交
52a49601ba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/python2/Makefile

+ 2 - 2
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