Added configure option is enough (works without the openldap package).

—Marco
>From 404cf25040fdf84e288170d2c7cc10519144cbec Mon Sep 17 00:00:00 2001
From: Marco van Hulten <marco.hul...@uib.no>
Date: Fri, 22 Mar 2019 10:58:51 +0100
Subject: [PATCH 26/26] Claws Mail (claws-mail) LDAP support.

---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 278ad1f7e..81c083773 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1127,7 +1127,7 @@ compresses it.")
               ("mime-info" ,shared-mime-info)))
     (arguments
       '(#:configure-flags
-        '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant")
+        '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant" "--enable-ldap")
         #:make-flags
         ;; Disable updating icon cache since it's done by the profile hook.
         ;; Conflict with other packages in the profile would be inevitable
-- 
2.17.1

Reply via email to