From a3033406eae94105b50ea9d57ea4a032b34a87a1 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 20 May 2020 23:31:42 +0800 Subject: [PATCH] qemu: ignore configure option --disable-ipv6 Fixes: https://github.com/openwrt/packages/issues/12194 Signed-off-by: Yousong Zhou --- utils/qemu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 7f2025cba..a816edfd6 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -276,6 +276,7 @@ CONFIGURE_ARGS:=$(filter-out \ --program-prefix=% \ --program-suffix=% \ --exec-prefix=% \ + --disable-ipv6 \ --disable-nls \ , $(CONFIGURE_ARGS))