Date: Wednesday, March 3, 2021 @ 17:21:58 Author: dvzrv Revision: 409118
upgpkg: postfix 3.5.9-2: Rebuild to add LDAP SASL bind support. Add -DUSE_LDAP_SASL to build flags, so that LDAP SASL bind support is added: https://bugs.archlinux.org/task/69871 Modified: postfix/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-03 14:41:58 UTC (rev 409117) +++ PKGBUILD 2021-03-03 17:21:58 UTC (rev 409118) @@ -7,7 +7,7 @@ pkgname=('postfix' 'postfix-cdb' 'postfix-ldap' 'postfix-lmdb' 'postfix-mysql' 'postfix-pcre' 'postfix-pgsql' 'postfix-sqlite') pkgver=3.5.9 -pkgrel=1 +pkgrel=2 url="http://www.postfix.org/" pkgdesc='Fast, easy to administer, secure mail server' license=('EPL') @@ -51,6 +51,7 @@ '-DUSE_SASL_AUTH' '-DUSE_CYRUS_SASL' '-I/usr/include/sasl' '-DHAS_LDAP' + '-DUSE_LDAP_SASL' '-DHAS_LMDB' '-DUSE_TLS' '-DHAS_MYSQL' '-I/usr/include/mysql'
