summaryrefslogtreecommitdiffhomepage
path: root/vars/python3_host.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_host.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_host.vars')
-rw-r--r--vars/python3_host.vars4
1 files changed, 4 insertions, 0 deletions
diff --git a/vars/python3_host.vars b/vars/python3_host.vars
index 8f4817c2..51705fbe 100644
--- a/vars/python3_host.vars
+++ b/vars/python3_host.vars
@@ -2,6 +2,10 @@
# set -o errexit -o noglob are assumed.
#
+pkg_python3_host_configure_pre() {
+ ex_rtl_fileop rm "${PKG_SUBDIR}/Modules/zlib";
+};
+
pkg_python3_host_install_make_post() {
if ex_rtl_fileop test "${PKG_DESTDIR}/bin/python3"; then
ex_rtl_fileop rm "${PKG_DESTDIR}/bin/python3";