dovecot: switch to /usr.
This commit is contained in:
parent
62e20adead
commit
0a304de32d
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.1.8
|
version=2.1.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||||
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
|
--with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl
|
||||||
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
|
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
|
||||||
--with-solr --with-docs --with-systemdsystemunitdir=/lib/systemd/system"
|
--with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
depends="openssl>=0"
|
depends="openssl>=0"
|
||||||
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel
|
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel
|
||||||
sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
|
||||||
|
|
Loading…
Reference in a new issue