python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS

Fixes some build issues.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2014-11-09 13:10:12 +02:00
parent efcfca9631
commit dd4cca5d26

View file

@ -159,7 +159,9 @@ HOST_CONFIGURE_ARGS+= \
--without-cxx-main \ --without-cxx-main \
--without-pymalloc \ --without-pymalloc \
--with-threads \ --with-threads \
--prefix=$(STAGING_DIR_HOST) --prefix=$(STAGING_DIR_HOST) \
CONFIG_SITE= \
OPT="$(HOST_CFLAGS)"
define Host/Install define Host/Install
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/ $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/