mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
profiles: disable systemd+gnutls globally instead of for targets only
The flag is harmless in the SDK but unneeded. Keeping it disabled reduces the amount of diff noise when updating portage-stable/profiles.
This commit is contained in:
parent
7026c00e0b
commit
adf6418fac
@ -36,8 +36,9 @@ net-analyzer/nmap ncat -lua
|
||||
# removes mta dependencies
|
||||
app-admin/sudo -sendmail
|
||||
|
||||
# use lzma which is the default on non-gentoo systems
|
||||
sys-apps/systemd curl gcrypt lzma -lz4
|
||||
# use lzma which is the default on non-gentoo systems, avoid pulling in gnutls
|
||||
sys-apps/systemd curl gcrypt lzma -lz4 -ssl
|
||||
net-libs/libmicrohttpd -ssl
|
||||
|
||||
# disable kernel config detection and module building
|
||||
net-firewall/ipset -modules
|
||||
|
@ -22,11 +22,11 @@ sys-libs/ncurses minimal
|
||||
sys-libs/pam -berkdb
|
||||
sys-libs/gdbm berkdb
|
||||
|
||||
# enable journal gateway and container features, avoid pulling in gnutls
|
||||
sys-apps/systemd audit importd http nat -ssl
|
||||
# enable journal gateway and container features
|
||||
sys-apps/systemd audit importd http nat
|
||||
|
||||
# epoll is needed for systemd-journal-remote to work. coreos/bugs#919
|
||||
net-libs/libmicrohttpd epoll -ssl
|
||||
net-libs/libmicrohttpd epoll
|
||||
|
||||
sys-boot/syslinux -custom-cflags
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user