From b5ea7fe4efa3f8005886ea7a6f6d3cc5bf080236 Mon Sep 17 00:00:00 2001 From: Phillip Schichtel Date: Thu, 28 Mar 2019 19:49:48 +0100 Subject: [PATCH] Add LUA support as plugin --- trunk/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 9b617a6..978c8b3 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -19,10 +19,11 @@ license=("LGPL") depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium' 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam') -makedepends=('libcap' 'libldap' 'clucene' 'libsodium') +makedepends=('libcap' 'libldap' 'clucene' 'libsodium' 'lua') optdepends=('libldap: ldap plugin' 'xz: imap zlib plugin' - 'clucene: alternative FTS indexer') + 'clucene: alternative FTS indexer' + 'lua: LUA auth and push support') provides=('imap-server' 'pop3-server') @@ -82,6 +83,7 @@ build() { --with-ssldir=/etc/ssl \ --with-gssapi \ --with-ldap=plugin \ + --with-lua=plugin \ --with-zlib \ --with-bzlib \ --with-lzma \ -- 2.21.0