mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
qemu: filter out configure args with predefined macros
Reported-by: https://github.com/openwrt/packages/commit/a3033406eae94105b50ea9d57ea4a032b34a87a1#commitcomment-39321758 Suggested-by: Lucian Cristian <lucian.cristian@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user