diff options
author | root <root@rshg047.dnsready.net> | 2011-05-16 22:43:10 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-16 22:43:10 +0000 |
commit | 2f0d12506e7145c0fe4c056e4fbcda1e724dda95 (patch) | |
tree | 8239b0d9ccc81417341ef1798c9bb8a99edce48d /extra/postfix/PKGBUILD | |
parent | a45aa8f19ea32f45610dafabfc06c8b7d1ed5cfe (diff) |
Mon May 16 22:43:24 UTC 2011
Diffstat (limited to 'extra/postfix/PKGBUILD')
-rw-r--r-- | extra/postfix/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD index 667c3f6dc..6843a2881 100644 --- a/extra/postfix/PKGBUILD +++ b/extra/postfix/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 123242 2011-05-09 13:33:46Z bisson $ +# $Id: PKGBUILD 123813 2011-05-13 12:45:42Z bisson $ # Contributor: Jeff Brodnax <tullyarcher@bellsouth.net> # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Maintainer: Paul Mattal <paul@archlinux.org> 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 @@ install=install 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() { |