git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1091bad
)
qemu: ignore configure option --disable-ipv6
author
Yousong Zhou
<redacted>
Wed, 20 May 2020 15:31:42 +0000
(23:31 +0800)
committer
Yousong 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
patch
|
blob
|
history
diff --git
a/utils/qemu/Makefile
b/utils/qemu/Makefile
index 7f2025cba1a0422f8d4173a547177380f732ad85..a816edfd622c5cf8a3e7411755f14d12df21cbfc 100644
(file)
--- 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))
git clone https://git.99rst.org/PROJECT