Set the -network-sandbox feature flag

Works around a bug with QEMU (rip)
This commit is contained in:
Salt 2020-12-02 20:13:32 -06:00
parent f34bede895
commit 2f14e5a36d
1 changed files with 1 additions and 0 deletions

View File

@ -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"