Browse Source

qemu: filter out configure args with predefined macros

Reported-by: a3033406ea (commitcomment-39321758)
Suggested-by: Lucian Cristian <lucian.cristian@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 5 years ago
parent
commit
ba6e5fc393
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/qemu/Makefile

+ 2
- 2
utils/qemu/Makefile View File

@ -276,8 +276,8 @@ CONFIGURE_ARGS:=$(filter-out \
--program-prefix=% \ --program-prefix=% \
--program-suffix=% \ --program-suffix=% \
--exec-prefix=% \ --exec-prefix=% \
--disable-ipv6 \
--disable-nls \
$(DISABLE_NLS) \
$(DISABLE_IPV6) \
, $(CONFIGURE_ARGS)) , $(CONFIGURE_ARGS))
# Tell build system of qemu to not add _FORTIFY_SOURCE options and let the base # Tell build system of qemu to not add _FORTIFY_SOURCE options and let the base


Loading…
Cancel
Save