From f31d1245743f5c7616b2fafc119daaf83f0086b1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 Nov 2013 18:42:39 +0100 Subject: fix xbmc build, it uses distutils to find python include dir --- package/python2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/python2/Makefile') 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 @@ -105,8 +106,6 @@ hostpost-install: $(STAGING_HOST_DIR)/usr/bin/pgen 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#" \ -- cgit v1.2.3