qemu: ignore configure option --disable-ipv6
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 20 May 2020 15:31:42 +0000 (23:31 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 20 May 2020 15:34:14 +0000 (23:34 +0800)
Fixes: https://github.com/openwrt/packages/issues/12194
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit a3033406eae94105b50ea9d57ea4a032b34a87a1)

utils/qemu/Makefile

index 4eb04a7bd4874897d2d5a17bb983f120a20f8479..04080f7983fccea2fb2d16906aaf5c66d7c338aa 100644 (file)
@@ -184,6 +184,7 @@ CONFIGURE_ARGS:=$(filter-out        \
        --program-prefix=%      \
        --program-suffix=%      \
        --exec-prefix=%         \
+       --disable-ipv6          \
        --disable-nls           \
        , $(CONFIGURE_ARGS))