net-fs/samba: set bundled_libs=ldb

To minimize the size of bundled libraries of Samba, we should install
only the "ldb" backend by default.
This commit is contained in:
Dongsu Park 2021-02-23 11:06:29 +01:00
parent fa1c85c224
commit 151de3edfa

View File

@ -185,8 +185,9 @@ multilib_src_configure() {
bundled_libs="heimbase,heimntlm,hdb,kdc,krb5,wind,gssapi,hcrypto,hx509,roken,asn1,com_err,NONE" bundled_libs="heimbase,heimntlm,hdb,kdc,krb5,wind,gssapi,hcrypto,hx509,roken,asn1,com_err,NONE"
fi fi
# Flatcar: Don't depend on tons of new packages with broken cross-compilation support. # Flatcar: we need only the mandatory bundled library, ldb by default.
bundled_libs=ALL # Without that, configure will fail because of a missing bundled library.
bundled_libs="ldb"
local myconf=( local myconf=(
--enable-fhs --enable-fhs