File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
sdk_container/src/third_party/coreos-overlay/profiles/coreos Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ sys-firmware/intel-microcode vanilla
4
4
5
5
# Enable gssapi only for amd64, to avoid build errors in arm64.
6
6
net-dns/bind gssapi
7
+ net-dns/bind-tools gssapi
Original file line number Diff line number Diff line change 2
2
3
3
# Disable gssapi for arm64 to avoid build errors
4
4
net-dns/bind -gssapi
5
+ net-dns/bind-tools -gssapi
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ sys-fs/squashfs-tools xz lz4 lzma lzo zstd
51
51
# make the kernel version discoverable via the traditional gentoo symlink
52
52
sys-kernel/coreos-sources symlink
53
53
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
56
56
sys-libs/glibc nscd
57
57
58
58
# disable database build because otherwise it tries to generate a database in /etc
@@ -100,7 +100,8 @@ sys-apps/kmod lzma
100
100
app-portage/portage-utils -qmanifest
101
101
102
102
# 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
104
105
105
106
# Drop extra dependencies
106
107
sys-libs/ldb -lmdb -python
Original file line number Diff line number Diff line change @@ -34,3 +34,4 @@ app-emulation/qemu -pin-upstream-blobs
34
34
35
35
# Enable gssapi for SDK
36
36
net-dns/bind gssapi
37
+ net-dns/bind-tools gssapi
You can’t perform that action at this time.
0 commit comments