projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50148ea
)
qemu: ignore configure option --disable-ipv6
author
Yousong Zhou
<yszhou4tech@gmail.com>
Wed, 20 May 2020 15:31:42 +0000
(23:31 +0800)
committer
Yousong 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
patch
|
blob
|
history
diff --git
a/utils/qemu/Makefile
b/utils/qemu/Makefile
index 4eb04a7bd4874897d2d5a17bb983f120a20f8479..04080f7983fccea2fb2d16906aaf5c66d7c338aa 100644
(file)
--- 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))