-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu: package does not compile with --disable-ivp6 #12194
Comments
ping @yousong |
yousong
changed the title
[qemu] : package does not compile with --disable-ivp6
qemu: package does not compile with --disable-ivp6
May 20, 2020
Thanks for the report. The issue should now be fixed in master and openwrt-19.07 branch. |
aiamadeus
pushed a commit
to immortalwrt/packages
that referenced
this issue
May 21, 2020
Fixes: openwrt/packages#12194 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
farmergreg
pushed a commit
to farmergreg/packages
that referenced
this issue
Sep 8, 2020
Fixes: openwrt#12194 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
farmergreg
pushed a commit
to farmergreg/packages
that referenced
this issue
Sep 8, 2020
Fixes: openwrt#12194 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The qemu package refuses to compile when ipv6 is disable because the qemu configure script does not recognize --disable-ipv6.
--disable-ipv6 needs to be added to the filter in the /packages Makefile for qemu, after that it compiles out just fine.
The text was updated successfully, but these errors were encountered: