From e3c462c475de4c40bd5f754a0fd470c5037c10fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 19 Jul 2015 09:58:27 +0200 Subject: [PATCH] dovecot: do not force --with-nss; allows building with musl. --- srcpkgs/dovecot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 262ab5bdb01..bd8e4873ed9 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -4,7 +4,7 @@ version=2.2.18 revision=6 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin - --disable-static --with-nss --with-pam --with-mysql --with-pgsql + --disable-static --with-pam --with-mysql --with-pgsql --with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl --with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-lzma --with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin"