mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
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:
parent
fa1c85c224
commit
151de3edfa
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user