summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-25 02:51:23 -0500
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-11-25 07:56:09 +0000
commit6c0683c88580e7322edbe0a0fbf813f310fc0be7 (patch)
tree5f90e9e8f5b3b73489d6845f04359140c75285b3 /vars
parent53af5ea047e33161becd57a91071d01eeb20c04c (diff)
downloadmidipix_build-6c0683c88580e7322edbe0a0fbf813f310fc0be7.tar.bz2
midipix_build-6c0683c88580e7322edbe0a0fbf813f310fc0be7.tar.xz
python2_host: build --with-system-ffi.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 825494d6..0ff4b2ef 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -357,7 +357,7 @@ HOST_PACKAGES_DEPS_PREFIX="${PREFIX}";
: ${PKG_PYTHON2_HOST_SHA256SUM:=304c9b202ea6fbd0a4a8e0ad3733715fbd4749f2204a9173a58ec53c32ea73e8};
: ${PKG_PYTHON2_HOST_VERSION:=2.7.14};
: ${PKG_PYTHON2_HOST_URL:=https://www.python.org/ftp/python/${PKG_PYTHON2_HOST_VERSION}/Python-${PKG_PYTHON2_HOST_VERSION}.tgz};
-: ${PKG_PYTHON2_HOST_CONFIGURE_ARGS_EXTRA:="--enable-ipv6 --enable-shared --enable-unicode=ucs4 --with-system-expat"};
+: ${PKG_PYTHON2_HOST_CONFIGURE_ARGS_EXTRA:="--enable-ipv6 --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi"};
: ${PKG_GLIB_HOST_SHA256SUM:=fe22998ff0394ec31e6e5511c379b74011bee61a4421bca7fcab223dfbe0fc6a};
: ${PKG_GLIB_HOST_VERSION:=2.54.0};
: ${PKG_GLIB_HOST_URL:=http://ftp.gnome.org/pub/GNOME/sources/glib/${PKG_GLIB_HOST_VERSION%.[0-9]}/glib-${PKG_GLIB_HOST_VERSION}.tar.xz};