dovecot: rebuild against mysql-5.5.27.

This commit is contained in:
Juan RP 2012-08-06 07:23:33 +02:00
parent 754e6ade81
commit 48a551f618
2 changed files with 7 additions and 5 deletions

View file

@ -1,8 +1,9 @@
libz.so.1
libcrypt.so.1
libnsl.so.1
libm.so.6
libssl.so.1
libcrypto.so.1
librt.so.1
libc.so.6
libmysqlclient.so.18
libpthread.so.0
libdl.so.2

View file

@ -1,7 +1,7 @@
# Template file for 'dovecot'
pkgname=dovecot
version=2.1.9
revision=1
revision=2
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
@ -9,8 +9,9 @@ configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
--with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-libcap
--with-solr --with-docs --with-systemdsystemunitdir=/usr/lib/systemd/system"
depends="openssl>=0"
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel postgresql-libs-devel
sqlite-devel libldap-devel libcap-devel pam-devel libcurl-devel expat-devel"
makedepends="openssl-devel mit-krb5-devel libmysqlclient-devel>=5.5.27
postgresql-libs-devel sqlite-devel libldap-devel libcap-devel pam-devel
libcurl-devel expat-devel"
short_desc="IMAP and POP3 server written with security primarily in mind"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"