configs/make.conf.* Add "ipv6" to USE
In a systemd container, some things won't work correctly if not compiled with ipv6 (e.g. Python)
This commit is contained in:
parent
ca736466f2
commit
26353ee7db
|
@ -2,7 +2,7 @@ CFLAGS="-Os -Qn -s"
|
|||
CXXFLAGS="-Os -Qn -s"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
MAKEOPTS="-j2"
|
||||
USE="-* bindist nptl pam systemd unicode"
|
||||
USE="-* bindist ipv6 nptl pam systemd unicode"
|
||||
ALSA_PCM_PLUGINS="*"
|
||||
CLEAN_DELAY="0"
|
||||
EMERGE_WARNING_DELAY="0"
|
||||
|
|
|
@ -2,7 +2,7 @@ CFLAGS="-Os -Qn -s"
|
|||
CXXFLAGS="-Os -Qn -s"
|
||||
CHOST="i686-pc-linux-gnu"
|
||||
MAKEOPTS="-j2"
|
||||
USE="-* bindist nptl pam systemd unicode"
|
||||
USE="-* bindist ipv6 nptl pam systemd unicode"
|
||||
ALSA_PCM_PLUGINS="*"
|
||||
CLEAN_DELAY="0"
|
||||
EMERGE_WARNING_DELAY="0"
|
||||
|
|
Loading…
Reference in New Issue