[arch-commits] Commit in postfix/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Fri May 13 12:45:42 UTC 2011
Date: Friday, May 13, 2011 @ 08:45:42
Author: bisson
Revision: 123813
fix FS#24182
Modified:
postfix/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-05-13 10:31:14 UTC (rev 123812)
+++ PKGBUILD 2011-05-13 12:45:42 UTC (rev 123813)
@@ -5,7 +5,7 @@
pkgname=postfix
pkgver=2.8.3
-pkgrel=1
+pkgrel=2
pkgdesc='Secure, fast, easy to administer drop in replacement for Sendmail (MTA)'
url='http://www.postfix.org/'
arch=('i686' 'x86_64')
@@ -28,23 +28,23 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make makefiles CCARGS=' \
- -DUSE_SASL_AUTH -I/usr/include/sasl \
- -DUSE_CYRUS_SASL \
+ make makefiles DEBUG='' CCARGS=' \
+ -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-DHAS_LDAP \
-DUSE_TLS \
-DHAS_MYSQL -I/usr/include/mysql \
-DHAS_PGSQL -I/usr/include/postgresql \
-DHAS_SQLITE \
' AUXLIBS=' \
- -lsasl2 -lssl -lcrypto \
+ -lsasl2 \
-lldap -llber \
+ -lssl -lcrypto \
-lmysqlclient -lz -lm \
-lpq \
-lsqlite3 -lpthread \
- '
+ ' OPT="${CFLAGS} ${LDFLAGS}"
- make OPT="${CFLAGS}"
+ make
}
package() {
More information about the arch-commits
mailing list