From a5b534b7dda7dda084355cb699a5ebd4426bf9d0 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 18 Dec 2007 05:28:20 +0100 Subject: [PATCH] Improved claws-mail to use gnutls if available Note: This will disable openssl support, even if it is available! --- mail/claws-mail/claws-mail.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mail/claws-mail/claws-mail.conf b/mail/claws-mail/claws-mail.conf index f468af94a..2553e5138 100644 --- a/mail/claws-mail/claws-mail.conf +++ b/mail/claws-mail/claws-mail.conf @@ -22,6 +22,12 @@ else var_append confopt ' ' "--disable-libsm" fi +# gnutls support +if pkginstalled gnutls ; then + pkgprefix -t gnutls + var_append confopt ' ' "--enable-gnutls" +fi + if pkginstalled openldap ; then pkgprefix -t openldap LDAPLIBS="$root/$( pkgprefix libdir openldap )"