From: Hannu Nyman Date: Sun, 6 Mar 2016 18:25:19 +0000 (+0200) Subject: Merge pull request #2463 from jefferyto/host-python-with-system-ffi X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=56688f68fd0f49e14114ca16074cd2f647bf1deb;p=openwrt-packages.git Merge pull request #2463 from jefferyto/host-python-with-system-ffi python: use external libffi for host python --- 56688f68fd0f49e14114ca16074cd2f647bf1deb diff --cc lang/python/Makefile index 5b60c6714,295a3c23d..20442b399 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@@ -221,7 -221,9 +221,8 @@@ HOST_CONFIGURE_ARGS+= --without-cxx-main \ --without-pymalloc \ --with-threads \ - --prefix=$(STAGING_DIR)/host/usr \ --with-system-expat=$(STAGING_DIR)/host \ + --with-system-ffi="$(STAGING_DIR)/host" \ --with-ensurepip=upgrade \ CONFIG_SITE= \ CFLAGS="$(HOST_CFLAGS)"