guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gsasl: Use the MIT Kerberos implementation instead of GSS.


From: guix-commits
Subject: 02/04: gnu: gsasl: Use the MIT Kerberos implementation instead of GSS.
Date: Tue, 14 May 2019 14:15:31 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit fd6983d10ff987ca3fffca601b5edf66a293e380
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 23 17:14:29 2019 +0100

    gnu: gsasl: Use the MIT Kerberos implementation instead of GSS.
    
    * gnu/packages/gsasl.scm (gsasl)[inputs]: Change from GSS to MIT-KRB5.
    [arguments]: New field.
---
 gnu/packages/gsasl.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gsasl.scm b/gnu/packages/gsasl.scm
index 127b476..9296f3d 100644
--- a/gnu/packages/gsasl.scm
+++ b/gnu/packages/gsasl.scm
@@ -95,9 +95,11 @@ the underlying security implementation.")
                   (("test-lock\\$\\(EXEEXT\\) ") ""))
                 #t))))
    (build-system gnu-build-system)
+   (arguments
+    `(#:configure-flags '("--with-gssapi-impl=mit")))
    (inputs `(("libidn" ,libidn)
              ("libntlm" ,libntlm)
-             ("gss" ,gss)
+             ("mit-krb5" ,mit-krb5)
              ("zlib" ,zlib)))
    (propagated-inputs
     ;; Propagate GnuTLS because libgnutls.la reads `-lnettle', and Nettle is a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]