lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 94f87dc1e1bd076b443e86aa7ba2ccc9c4182cb8
parent 397f2ce75dcb386816e6e64a10b85fa7e8516d93
Author: Steven Barth <steven@midlink.org>
Date:   Mon,  3 Aug 2015 08:01:14 +0200

python: add correct host expat

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
Mlang/python/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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= \