Explorar el Código

python: add correct host expat

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth hace 9 años
padre
commit
94f87dc1e1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile Ver fichero

@@ -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= \