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:
parent
efcfca9631
commit
dd4cca5d26
1 changed files with 3 additions and 1 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue