configs: add "openssl" to USE in make.conf
Now that there is a openssl/libressl split. We choose openssl for now. Perhaps when everything is compatible we may move to libressl.
This commit is contained in:
parent
288b734590
commit
24944f921a
|
@ -2,7 +2,7 @@ CFLAGS="-Os -Qn -s"
|
|||
CXXFLAGS="-Os -Qn -s"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
MAKEOPTS="-j2"
|
||||
USE="-* bindist ipv6 nptl pam systemd unicode"
|
||||
USE="-* bindist ipv6 nptl openssl 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 ipv6 nptl pam systemd unicode"
|
||||
USE="-* bindist ipv6 nptl openssl pam systemd unicode"
|
||||
ALSA_PCM_PLUGINS="*"
|
||||
CLEAN_DELAY="0"
|
||||
EMERGE_WARNING_DELAY="0"
|
||||
|
|
Loading…
Reference in New Issue