mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
qemu: ignore configure option --disable-ipv6
Fixes: https://github.com/openwrt/packages/issues/12194 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -276,6 +276,7 @@ CONFIGURE_ARGS:=$(filter-out \
|
|||||||
--program-prefix=% \
|
--program-prefix=% \
|
||||||
--program-suffix=% \
|
--program-suffix=% \
|
||||||
--exec-prefix=% \
|
--exec-prefix=% \
|
||||||
|
--disable-ipv6 \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
, $(CONFIGURE_ARGS))
|
, $(CONFIGURE_ARGS))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user