Date: Thursday, March 8, 2012 @ 08:27:59 Author: tpowa Revision: 152679
upgpkg: dirmngr 1.1.0-4 fix #28606 Modified: dirmngr/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-08 13:18:44 UTC (rev 152678) +++ PKGBUILD 2012-03-08 13:27:59 UTC (rev 152679) @@ -3,7 +3,7 @@ pkgname=dirmngr pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc="A daemon to handle CRL and certificate requests" arch=('i686' 'x86_64') license=('GPL') @@ -14,6 +14,11 @@ build() { cd $srcdir/$pkgname-$pkgver + # FIX for https://bugzilla.redhat.com/565131 + # not sure how best to turn this into something more upstreamable + # patch configure to try this combo first? -- Rex + # https://bugs.archlinux.org/task/28606 + export LDAPLIBS="-lldap -llber" ./configure --prefix=/usr --libexecdir=/usr/lib make }