From 7b2c37067ba237e1c305e60f9a2a864bd1ee99d6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 3 Aug 2015 08:01:14 +0200 Subject: [PATCH] python: add correct host expat Signed-off-by: Steven Barth --- lang/python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/Makefile b/lang/python/Makefile index 21221df5f8..4ed62277ab 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -222,6 +222,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= \ -- 2.30.2