diff options
author | Steven Barth <steven@midlink.org> | 2015-08-03 08:01:14 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-08-03 08:02:59 +0200 |
commit | 94f87dc1e1bd076b443e86aa7ba2ccc9c4182cb8 (patch) | |
tree | 2604c34b83d64f877bea9bf11e283ca75c489afe | |
parent | 397f2ce75dcb386816e6e64a10b85fa7e8516d93 (diff) |
python: add correct host expat
Signed-off-by: Steven Barth <steven@midlink.org>
-rw-r--r-- | lang/python/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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= \ |