diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-09 18:37:29 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-10-10 18:58:19 -0700 |
commit | 6c654b4d61daf61bff69235eac34626dbe521bd2 (patch) | |
tree | 02a5e1e8efb494955556d1ffdc728c8c18aaf714 /net/pdns/patches | |
parent | 7951e29297bd707949fdf9d2fc8f0920cdf2b381 (diff) |
pdns: update to 4.3.1
Remove features removed upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.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 bb9af15f5..2f1316e17 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 -@@ -69,11 +69,9 @@ +@@ -68,11 +68,9 @@ CLEANFILES = \ backends/gsql/gsqlbackend.gcda \ backends/gsql/gsqlbackend.gcno \ backends/gsql/gsqlbackend.gcov \ @@ -13,7 +13,7 @@ sbin_PROGRAMS = pdns_server bin_PROGRAMS = \ -@@ -113,7 +111,7 @@ +@@ -112,7 +110,7 @@ if IXFRDIST bin_PROGRAMS += \ ixfrdist @@ -22,12 +22,12 @@ ixfrdist.example.yml endif -@@ -1256,9 +1254,6 @@ +@@ -1248,9 +1246,6 @@ dnspcap2protobuf_LDADD = \ endif endif -pdns.conf-dist: pdns_server -- $(AM_V_GEN)./pdns_server --no-config --config 2>/dev/null > $@ +- $(AM_V_GEN)./pdns_server --no-config --config=default 2>/dev/null > $@ - testrunner_SOURCES = \ arguments.cc \ |