Date: Friday, November 7, 2014 @ 07:21:03 Author: bisson Revision: 225725
fix FS#42644 Modified: ldns/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-07 03:43:09 UTC (rev 225724) +++ PKGBUILD 2014-11-07 06:21:03 UTC (rev 225725) @@ -5,7 +5,7 @@ pkgname=ldns pkgver=1.6.17 -pkgrel=1 +pkgrel=2 pkgdesc='Fast DNS library supporting recent RFCs' url='http://www.nlnetlabs.nl/projects/ldns/' license=('custom:BSD') @@ -26,6 +26,7 @@ --disable-rpath \ --with-drill \ --with-examples \ + --with-trust-anchor=/etc/trusted-key.key \ make }
