diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-27 21:30:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-27 21:30:43 +0100 |
commit | ae3d4616ed9c19a29d656193254657f93d612fa2 (patch) | |
tree | 139e4b901bfef70776833359d8dc747a8a9fd292 /package/python3 | |
parent | 0f77fa26b817ae7a022fd3f1682b1c5a31905682 (diff) |
try to fixup mesalib compile, it needs libxml2 python module
Diffstat (limited to 'package/python3')
-rw-r--r-- | package/python3/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile index 61cde891c..3d7158443 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -93,20 +93,14 @@ CONFIGURE_ENV+= ac_cv_have_long_long_format=yes \ ac_cv_file__dev_ptmx=yes \ ac_cv_file__dev_ptc=no +HOST_STYLE:= auto HOST_CONFIGURE_ARGS+= --without-cxx-main \ - --without-threads - -python3-hostinstall: - $(INSTALL_BIN) ${HOST_WRKINST}/usr/bin/python3 \ - $(STAGING_HOST_DIR)/usr/bin + --with-threads + +hostpost-install: $(INSTALL_BIN) ${WRKBUILD}/Parser/pgen \ $(STAGING_HOST_DIR)/usr/bin/pgen3 - $(CP) $(HOST_WRKINST)/usr/lib/python3.3 \ - $(STAGING_HOST_DIR)/usr/lib - $(INSTALL_DIR) $(STAGING_HOST_DIR)/usr/include/python3.3m - ${CP} ${HOST_WRKINST}/usr/include/python3.3m/pyconfig.h \ - $(STAGING_HOST_DIR)/usr/include/python3.3m - + python3-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} ${INSTALL_DIR} ${IDIR_PYTHON3}/usr/bin ${IDIR_PYTHON3}/usr/lib ${INSTALL_DIR} ${IDIR_PYTHON3}/usr/lib/python3.3 |