From: Rosen Penev Date: Sun, 25 Sep 2022 05:07:46 +0000 (-0700) Subject: python3: use tools/expat for host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d09844e395560a402a7b8c71ac03e0370066ec51;p=openwrt-packages.git python3: use tools/expat for host build Oversight from when the expat host build was removed. Signed-off-by: Rosen Penev --- diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile index d3b043872..003653cc1 100644 --- a/lang/python/python3/Makefile +++ b/lang/python/python3/Makefile @@ -330,7 +330,7 @@ endif HOST_CONFIGURE_ARGS+= \ --enable-optimizations \ --with-ensurepip=upgrade \ - --with-system-expat=$(STAGING_DIR_HOSTPKG) \ + --with-system-expat=$(STAGING_DIR_HOST) \ --with-ssl-default-suites=openssl \ --without-cxx-main \ --without-pymalloc \