dovecot: do not force --with-nss; allows building with musl.

This commit is contained in:
Juan RP 2015-07-19 09:58:27 +02:00
parent ad4cd59d76
commit e3c462c475
1 changed files with 1 additions and 1 deletions

View File

@ -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"