diff options
-rw-r--r-- | courier-mta/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/courier-mta/PKGBUILD b/courier-mta/PKGBUILD index 03c9c7944..9216d21c1 100644 --- a/courier-mta/PKGBUILD +++ b/courier-mta/PKGBUILD @@ -13,7 +13,7 @@ pkgname=courier-mta _pkgname=courier pkgver=1.0.9 -pkgrel=6 +pkgrel=7 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" arch=(i686 pentium4 x86_64) license=('GPL2') @@ -76,7 +76,8 @@ build() { --with-mailuser=courier \ --with-mailgroup=courier \ --with-certdb=/etc/ssl/certs/ \ - --with-notice=unicode + --with-notice=unicode \ + --with-gnutls make } |