Browse Source

python: add OPT and CONFIG_SITE vars to HOST_CONFIGURE_ARGS

Fixes some build issues.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
dd4cca5d26
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      lang/python/Makefile

+ 3
- 1
lang/python/Makefile View File

@ -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/


Loading…
Cancel
Save