6c0683 python2_host: build --with-system-ffi.

1 file Authored by midipix 6 years ago, Committed by Lucio Andrés Illanes Albornoz 6 years ago,
    python2_host: build --with-system-ffi.
    
    Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
    
        
file modified
+1 -1
vars/build.vars CHANGED
@@ -357,7 +357,7 @@ HOST_PACKAGES_DEPS_PREFIX="${PREFIX}";
357
357
: ${PKG_PYTHON2_HOST_SHA256SUM:=304c9b202ea6fbd0a4a8e0ad3733715fbd4749f2204a9173a58ec53c32ea73e8};
358
358
: ${PKG_PYTHON2_HOST_VERSION:=2.7.14};
359
359
: ${PKG_PYTHON2_HOST_URL:=https://www.python.org/ftp/python/${PKG_PYTHON2_HOST_VERSION}/Python-${PKG_PYTHON2_HOST_VERSION}.tgz};
360
- : ${PKG_PYTHON2_HOST_CONFIGURE_ARGS_EXTRA:="--enable-ipv6 --enable-shared --enable-unicode=ucs4 --with-system-expat"};
360
+ : ${PKG_PYTHON2_HOST_CONFIGURE_ARGS_EXTRA:="--enable-ipv6 --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi"};
361
361
: ${PKG_GLIB_HOST_SHA256SUM:=fe22998ff0394ec31e6e5511c379b74011bee61a4421bca7fcab223dfbe0fc6a};
362
362
: ${PKG_GLIB_HOST_VERSION:=2.54.0};
363
363
: ${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};