Set the -network-sandbox feature flag
Works around a bug with QEMU (rip)
This commit is contained in:
parent
f34bede895
commit
2f14e5a36d
@ -130,6 +130,7 @@ build-gentoo() {
|
||||
COMMON_FLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
|
||||
CFLAGS="\${COMMON_FLAGS}"
|
||||
CXXFLAGS="\${COMMON_FLAGS}"
|
||||
FEATURES="-network-sandbox"
|
||||
GENTOO_MIRRORS="http://distfiles.gentoo.org"
|
||||
MAKEOPTS="$(nproc)"
|
||||
USE="systemd -elogind -test"
|
||||
|
Loading…
Reference in New Issue
Block a user