qemu: ignore configure option --disable-ipv6
Fixes: https://github.com/openwrt/packages/issues/12194
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit a3033406ea
)
This commit is contained in:
parent
50148ea080
commit
98d4126c4a
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ CONFIGURE_ARGS:=$(filter-out \
|
|||
--program-prefix=% \
|
||||
--program-suffix=% \
|
||||
--exec-prefix=% \
|
||||
--disable-ipv6 \
|
||||
--disable-nls \
|
||||
, $(CONFIGURE_ARGS))
|
||||
|
||||
|
|
Loading…
Reference in a new issue