Browse Source

Improved claws-mail to use gnutls if available

Note: This will disable openssl support, even if it is available!
early
Christian Wiese 17 years ago
parent
commit
a5b534b7dd
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      mail/claws-mail/claws-mail.conf

+ 6
- 0
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 )"

Loading…
Cancel
Save