[gnome-build-meta/mcatanzaro/40.5: 1/2] samba: depend on system krb5




commit f6efc9518ee97554e32262b58bf32bef040b8386
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Tue Oct 19 08:51:59 2021 -0500

    samba: depend on system krb5
    
    Otherwise it fails to build, complaining about missing build deps for
    its bundled Heimdal Kerberos.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1344>

 elements/core-deps/samba.bst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/elements/core-deps/samba.bst b/elements/core-deps/samba.bst
index cb94e268c..d15365af7 100644
--- a/elements/core-deps/samba.bst
+++ b/elements/core-deps/samba.bst
@@ -15,6 +15,7 @@ build-depends:
 depends:
 - core-deps/openldap.bst
 - core-deps/rpcsvc-proto.bst
+- sdk/krb5.bst
 - freedesktop-sdk.bst:components/dbus.bst
 - freedesktop-sdk.bst:components/gnutls.bst
 - freedesktop-sdk.bst:components/libarchive.bst
@@ -27,7 +28,7 @@ config:
     --sbindir=%{sbindir} --sysconfdir=%{sysconfdir} --datadir=%{datadir} --includedir=%{includedir}
     --libdir=%{libdir} --libexecdir=%{libexecdir} --localstatedir=%{localstatedir}
     --sharedstatedir=%{sharedstatedir} --mandir=%{mandir} --infodir=%{infodir} --without-ad-dc
-    --without-json
+    --without-json --with-system-mitkrb5
   build-commands:
   - make
   install-commands:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]