From 98d4126c4a498b887e1893a6499175580cb64a32 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 (cherry picked from commit a3033406eae94105b50ea9d57ea4a032b34a87a1) --- utils/qemu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 4eb04a7bd4..04080f7983 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -184,6 +184,7 @@ CONFIGURE_ARGS:=$(filter-out \ --program-prefix=% \ --program-suffix=% \ --exec-prefix=% \ + --disable-ipv6 \ --disable-nls \ , $(CONFIGURE_ARGS)) -- 2.30.2