mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
coreos/base: Set appropriate flags to build sssd
Set up the build environment such that sssd can be built
This commit is contained in:
parent
f893292955
commit
d52a1c19b7
@ -94,3 +94,5 @@ dev-util/checkbashisms
|
||||
# https://curl.haxx.se/docs/security.html
|
||||
=net-misc/curl-7.47.1 ~amd64 ~arm64
|
||||
|
||||
# Older versions of sssd fail to build
|
||||
=sys-auth/sssd-1.13.1 ~amd64 ~arm64
|
||||
|
@ -58,3 +58,14 @@ sys-fs/squashfs-tools lzo xz
|
||||
|
||||
# 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
|
||||
sys-libs/glibc nscd
|
||||
net-dns/bind-tools gssapi
|
||||
|
||||
# disable database build because otherwise it tries to generate a database in /etc
|
||||
dev-libs/cyrus-sasl kerberos -berkdb -gdbm
|
||||
|
||||
# don't build manpages for sssd
|
||||
sys-auth/sssd -manpages -python
|
||||
|
Loading…
x
Reference in New Issue
Block a user