Skip to content

Commit f7bf612

Browse files
committed
overlay profiles: Add needed USE flags for sys-auth/sssd
1 parent 257ea2d commit f7bf612

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ sys-firmware/intel-microcode vanilla
44

55
# Enable gssapi only for amd64, to avoid build errors in arm64.
66
net-dns/bind gssapi
7+
net-dns/bind-tools gssapi

sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
# Disable gssapi for arm64 to avoid build errors
44
net-dns/bind -gssapi
5+
net-dns/bind-tools -gssapi

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ sys-fs/squashfs-tools xz lz4 lzma lzo zstd
5151
# make the kernel version discoverable via the traditional gentoo symlink
5252
sys-kernel/coreos-sources symlink
5353

54-
# set build options for ssdp
55-
net-nds/openldap minimal sasl
54+
# set build options for sssd
55+
net-nds/openldap minimal sasl experimental
5656
sys-libs/glibc nscd
5757

5858
# disable database build because otherwise it tries to generate a database in /etc
@@ -100,7 +100,8 @@ sys-apps/kmod lzma
100100
app-portage/portage-utils -qmanifest
101101

102102
# Disable unnecessary regedit in samba to minimize the package size.
103-
net-fs/samba -regedit
103+
# winbind needed by sssd
104+
net-fs/samba -regedit winbind
104105

105106
# Drop extra dependencies
106107
sys-libs/ldb -lmdb -python

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ app-emulation/qemu -pin-upstream-blobs
3434

3535
# Enable gssapi for SDK
3636
net-dns/bind gssapi
37+
net-dns/bind-tools gssapi

0 commit comments

Comments
 (0)