From: Alexandru Ardelean Date: Sun, 9 Nov 2014 11:10:12 +0000 (+0200) Subject: python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dd4cca5d262965aa2ae81e54ae844def407e46f5;p=feed%2Fpackages.git python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS Fixes some build issues. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index d7691a7dc3..058197688c 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -159,7 +159,9 @@ HOST_CONFIGURE_ARGS+= \ --without-cxx-main \ --without-pymalloc \ --with-threads \ - --prefix=$(STAGING_DIR_HOST) + --prefix=$(STAGING_DIR_HOST) \ + CONFIG_SITE= \ + OPT="$(HOST_CFLAGS)" define Host/Install $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/