From: Steven Barth Date: Mon, 3 Aug 2015 06:01:14 +0000 (+0200) Subject: python: add correct host expat X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=94f87dc1;p=openwrt-packages.git python: add correct host expat Signed-off-by: Steven Barth --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 0caa92ba2..935fc3960 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -221,6 +221,7 @@ HOST_CONFIGURE_ARGS+= \ --without-cxx-main \ --without-pymalloc \ --with-threads \ + --with-system-expat=$(STAGING_DIR_HOST) \ --prefix=$(STAGING_DIR_HOST) \ --with-ensurepip=upgrade \ CONFIG_SITE= \