qemu: ignore configure option --disable-ipv6
authorYousong Zhou <redacted>
Wed, 20 May 2020 15:31:42 +0000 (23:31 +0800)
committerYousong Zhou <redacted>
Wed, 20 May 2020 15:32:01 +0000 (23:32 +0800)
Fixes: https://github.com/openwrt/packages/issues/12194
Signed-off-by: Yousong Zhou <redacted>
utils/qemu/Makefile

index 7f2025cba1a0422f8d4173a547177380f732ad85..a816edfd622c5cf8a3e7411755f14d12df21cbfc 100644 (file)
@@ -276,6 +276,7 @@ CONFIGURE_ARGS:=$(filter-out        \
        --program-prefix=%      \
        --program-suffix=%      \
        --exec-prefix=%         \
+       --disable-ipv6          \
        --disable-nls           \
        , $(CONFIGURE_ARGS))
 
git clone https://git.99rst.org/PROJECT