mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
overlay profiles: Add needed USE flags for sys-auth/sssd
This commit is contained in:
parent
257ea2dd44
commit
f7bf61272f
@ -4,3 +4,4 @@ sys-firmware/intel-microcode vanilla
|
||||
|
||||
# Enable gssapi only for amd64, to avoid build errors in arm64.
|
||||
net-dns/bind gssapi
|
||||
net-dns/bind-tools gssapi
|
||||
|
@ -2,3 +2,4 @@
|
||||
|
||||
# Disable gssapi for arm64 to avoid build errors
|
||||
net-dns/bind -gssapi
|
||||
net-dns/bind-tools -gssapi
|
||||
|
@ -51,8 +51,8 @@ sys-fs/squashfs-tools xz lz4 lzma lzo zstd
|
||||
# make the kernel version discoverable via the traditional gentoo symlink
|
||||
sys-kernel/coreos-sources symlink
|
||||
|
||||
# set build options for ssdp
|
||||
net-nds/openldap minimal sasl
|
||||
# set build options for sssd
|
||||
net-nds/openldap minimal sasl experimental
|
||||
sys-libs/glibc nscd
|
||||
|
||||
# disable database build because otherwise it tries to generate a database in /etc
|
||||
@ -100,7 +100,8 @@ sys-apps/kmod lzma
|
||||
app-portage/portage-utils -qmanifest
|
||||
|
||||
# Disable unnecessary regedit in samba to minimize the package size.
|
||||
net-fs/samba -regedit
|
||||
# winbind needed by sssd
|
||||
net-fs/samba -regedit winbind
|
||||
|
||||
# Drop extra dependencies
|
||||
sys-libs/ldb -lmdb -python
|
||||
|
@ -34,3 +34,4 @@ app-emulation/qemu -pin-upstream-blobs
|
||||
|
||||
# Enable gssapi for SDK
|
||||
net-dns/bind gssapi
|
||||
net-dns/bind-tools gssapi
|
||||
|
Loading…
x
Reference in New Issue
Block a user