postfix: rebuild against mysql-5.5.27.
This commit is contained in:
parent
1be40ca3a6
commit
a62939f886
|
@ -1,6 +1,5 @@
|
|||
libldap-2.4.so.2
|
||||
liblber-2.4.so.2
|
||||
libmysqlclient.so.16
|
||||
libpq.so.5
|
||||
libsqlite3.so.0
|
||||
libpthread.so.0
|
||||
|
@ -12,3 +11,4 @@ libresolv.so.2
|
|||
libsasl2.so.2
|
||||
libssl.so.1
|
||||
libcrypto.so.1
|
||||
libmysqlclient.so.18
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'postfix'
|
||||
pkgname=postfix
|
||||
version=2.9.4
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="perl openssl-devel db-devel pcre-devel>=8.30 libsasl-devel
|
||||
libldap-devel libmysqlclient-devel postgresql-libs-devel sqlite-devel"
|
||||
libldap-devel libmysqlclient-devel>=5.5.27 postgresql-libs-devel sqlite-devel"
|
||||
short_desc="High-performance mail transport agent"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="IBM Public License 1.0, BSD-alike"
|
||||
|
|
Loading…
Reference in New Issue