diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-30 19:13:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-30 19:13:37 +0100 |
commit | d635f1b852633c67540c48ada02673e79e02ba85 (patch) | |
tree | 9402acfefc92de7e253fa372537450607221b658 /package/python2/Makefile | |
parent | b4b4e3ff731035bed09cce020003de1271e9aac6 (diff) | |
parent | 4fb59c5e77bac31eecffd009a3726543be95b11e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index 1fa0cce94..36bcdf7fc 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -97,6 +97,7 @@ CONFIGURE_ARGS:= --with-threads \ HOST_STYLE:= auto HOST_CONFIGURE_ARGS:= --with-threads \ + --enable-shared \ --disable-toolbox-glue \ --without-cxx-main @@ -106,8 +107,6 @@ hostpost-install: pre-configure: (cd $(WRKBUILD) && patch -p1 < \ - $(TOPDIR)/package/python2/files/patch-Lib_distutils_sysconfig_py ) - (cd $(WRKBUILD) && patch -p1 < \ $(TOPDIR)/package/python2/files/patch-Misc_python-config_in ) $(SED) "s#@EXENAME@#$(STAGING_HOST_DIR)/usr/bin/python#" \ $(WRKBUILD)/Misc/python-config.in |