diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2022-10-20 13:09:54 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-21 10:35:43 -0700 |
commit | fbf9070b5366c1462647f0272f0abb278c88f054 (patch) | |
tree | 3e03d196cc57f071366904860746dd6d8f270e0c /net/pdns/patches | |
parent | 5a9e8698c94fcfa14ab6a0c314881eb4be1d47c7 (diff) |
pdns: update to 4.7.0
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Diffstat (limited to 'net/pdns/patches')
-rw-r--r-- | net/pdns/patches/100-pdns-disable-pdns.conf-dist.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pdns/patches/100-pdns-disable-pdns.conf-dist.patch b/net/pdns/patches/100-pdns-disable-pdns.conf-dist.patch index a52993196..569d2ecf1 100644 --- a/net/pdns/patches/100-pdns-disable-pdns.conf-dist.patch +++ b/net/pdns/patches/100-pdns-disable-pdns.conf-dist.patch @@ -1,6 +1,6 @@ --- a/pdns/Makefile.am +++ b/pdns/Makefile.am -@@ -72,7 +72,6 @@ CLEANFILES = \ +@@ -80,7 +80,6 @@ CLEANFILES = \ backends/gsql/gsqlbackend.gcda \ backends/gsql/gsqlbackend.gcno \ backends/gsql/gsqlbackend.gcov \ @@ -8,7 +8,7 @@ apidocfiles.h if !HAVE_API_SWAGGER_JSON -@@ -106,7 +105,6 @@ apidocfiles.h: api-swagger.yaml api-swag +@@ -114,7 +113,6 @@ apidocfiles.h: api-swagger.yaml api-swag ./incfiles $^ > $@ noinst_SCRIPTS = pdns.init @@ -16,7 +16,7 @@ sbin_PROGRAMS = pdns_server bin_PROGRAMS = \ -@@ -147,7 +145,7 @@ if IXFRDIST +@@ -155,7 +153,7 @@ if IXFRDIST bin_PROGRAMS += \ ixfrdist @@ -25,7 +25,7 @@ ixfrdist.example.yml endif -@@ -1314,9 +1312,6 @@ dnspcap2protobuf_LDADD = \ +@@ -1368,9 +1366,6 @@ dnspcap2protobuf_LDADD = \ $(BOOST_PROGRAM_OPTIONS_LIBS) \ $(RT_LIBS) |