Browse Source

python: add correct host expat

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 9 years ago
parent
commit
94f87dc1e1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile View File

@@ -221,6 +221,7 @@ HOST_CONFIGURE_ARGS+= \
221 221
 	--without-cxx-main \
222 222
 	--without-pymalloc \
223 223
 	--with-threads \
224
+	--with-system-expat=$(STAGING_DIR_HOST) \
224 225
 	--prefix=$(STAGING_DIR_HOST) \
225 226
 	--with-ensurepip=upgrade \
226 227
 	CONFIG_SITE= \