[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57021] [PATCH v6] Enable login in cyrus-sasl, as Exchange servers e
From: |
M |
Subject: |
[bug#57021] [PATCH v6] Enable login in cyrus-sasl, as Exchange servers expect it |
Date: |
Thu, 15 Sep 2022 14:26:01 +0200 |
---
gnu/packages/cyrus-sasl.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cyrus-sasl.scm b/gnu/packages/cyrus-sasl.scm
index 2cd18f3e5e..4e23bd5fe0 100644
--- a/gnu/packages/cyrus-sasl.scm
+++ b/gnu/packages/cyrus-sasl.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
+;;; Copyright © 2022 Mathieu Laparie <mlaparie@disr.it>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -54,7 +55,8 @@ (define-public cyrus-sasl
(list ;; cyrus-sasl.pc refers to -lkrb5, so propagate it.
mit-krb5))
(arguments
- '(#:configure-flags (list (string-append "--with-plugindir="
+ '(#:configure-flags (list (string-append "--enable-login"
+ "--with-plugindir="
(assoc-ref %outputs "out")
"/lib/sasl2"))
--
2.37.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#57021] [PATCH v6] Enable login in cyrus-sasl, as Exchange servers expect it,
M <=