summaryrefslogtreecommitdiffhomepage
path: root/vars/python3.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-07-09 16:14:19 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-07-09 16:14:19 +0000
commit7fb90aa5b340b4a910ec8dd0f84ac8a630cf7ffa (patch)
tree1148323b9d0310ac1306b99a75c15950a7de1b72 /vars/python3.vars
parent9460bbf634b77cbd0a3426dd1d1466bb1d39df03 (diff)
downloadmidipix_build-7fb90aa5b340b4a910ec8dd0f84ac8a630cf7ffa.tar.bz2
midipix_build-7fb90aa5b340b4a910ec8dd0f84ac8a630cf7ffa.tar.xz
vars/build.vars:python3{,_host}:${PKG_CONFIGURE_ARGS{,_EXTRA}: build w/ --with-system-expat --with-system-ffi.
vars/python3{,_host}.vars:pkg_configure_pre(): remove in-tree Modules/zlib/ (via Redfoxmoon.)
Diffstat (limited to 'vars/python3.vars')
-rw-r--r--vars/python3.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/python3.vars b/vars/python3.vars
index b193fa5e..3c3fb58f 100644
--- a/vars/python3.vars
+++ b/vars/python3.vars
@@ -12,6 +12,7 @@ pkg_python3_configure_pre() {
PGEN=Parser/hostpgen Parser/hostpgen;
make distclean);
ex_rtl_fileop mv "../${PKG_SUBDIR}/config.cache" .;
+ ex_rtl_fileop rm "../${PKG_SUBDIR}/Modules/zlib";
};
# vim:filetype=sh