From 7860fdb7c2c7f9332ab54c624d0617e2121b9766 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 16 May 2013 17:34:12 +0000 Subject: - Fix default option CRYPTOPP not including its group DNSSEC This fixes 'pretty-print-config' not including the CRYPTOPP option in its output. --- dns/powerdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/powerdns/Makefile') diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index b4fe93e5f5b6..32aa6024b75e 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -57,7 +57,7 @@ DNSSEC_DESC= Enable extra DNSSEC algorithms (13 & 14) BOTAN_DESC= Use Botan CRYPTOPP_DESC= Use Crypto++ -OPTIONS_DEFAULT= PGSQL CRYPTOPP +OPTIONS_DEFAULT= PGSQL DNSSEC CRYPTOPP .include -- cgit