diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-06-05 17:14:46 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-06-05 17:14:46 +0000 |
commit | 06a7fecbfcf3cfa3e5d768a8084c1e74c3fbeca4 (patch) | |
tree | adad517d9f5f96932a4d27b2386692cf7e1a6b0c | |
parent | 6c279f4b6f6c0d475238516d25e2476eccfcdfcf (diff) | |
download | midipix_build-06a7fecbfcf3cfa3e5d768a8084c1e74c3fbeca4.tar.bz2 midipix_build-06a7fecbfcf3cfa3e5d768a8084c1e74c3fbeca4.tar.xz |
vars/build.vars:python3_host:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --with-system-expat (fixes glib build.)
-rw-r--r-- | vars/build.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars index 1023f48a..acd3cdfb 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -380,7 +380,7 @@ HOST_PACKAGES_DEPS_PREFIX="${PREFIX}"; : ${PKG_PYTHON3_HOST_SHA256SUM:=687e067d9f391da645423c7eda8205bae9d35edc0c76ef5218dcbe4cc770d0d7}; : ${PKG_PYTHON3_HOST_VERSION:=3.5.1}; : ${PKG_PYTHON3_HOST_URL:=https://www.python.org/ftp/python/${PKG_PYTHON3_HOST_VERSION}/Python-${PKG_PYTHON3_HOST_VERSION}.tgz}; -: ${PKG_PYTHON3_HOST_CONFIGURE_ARGS_EXTRA:="--enable-ipv6 --enable-shared --without-ensurepip"}; +: ${PKG_PYTHON3_HOST_CONFIGURE_ARGS_EXTRA:="--enable-ipv6 --enable-shared --without-ensurepip --with-system-expat"}; : ${PKG_PYTHON3_HOST_SUBDIR:=Python-${PKG_PYTHON3_HOST_VERSION}}; : ${PKG_RUBY_HOST_SHA256SUM:=ba5ba60e5f1aa21b4ef8e9bf35b9ddb57286cb546aac4b5a28c71f459467e507}; : ${PKG_RUBY_HOST_VERSION:=2.3.0}; |