Browse Source

python: drop CFLAGS in HOST_CONFIGURE_ARGS ; it's already in HOST_CONFIGURE_VARS

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

+ 1
- 2
lang/python/Makefile View File

@ -237,8 +237,7 @@ HOST_CONFIGURE_ARGS+= \
--exec-prefix=$(HOST_PYTHON_DIR) \
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
--with-system-ffi \
CONFIG_SITE= \
CFLAGS="$(HOST_CFLAGS)"
CONFIG_SITE=
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install


Loading…
Cancel
Save