diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2021-06-14 18:37:51 +0200 |
---|---|---|
committer | Peter van Dijk <peter.van.dijk@powerdns.com> | 2021-06-14 22:51:48 +0200 |
commit | 9aa1d773c7baa4e38a11fd12c24182d3fc92391b (patch) | |
tree | 7ca2a773f4f68baa02bf952950e358282f2f3518 /net/pdns-recursor/patches | |
parent | 5ad56ca3407973980109a42c66995cd31fe1f456 (diff) |
pdns-recursor: update to 4.5.2
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Diffstat (limited to 'net/pdns-recursor/patches')
-rw-r--r-- | net/pdns-recursor/patches/010-time_t-check.patch | 11 | ||||
-rw-r--r-- | net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/pdns-recursor/patches/010-time_t-check.patch b/net/pdns-recursor/patches/010-time_t-check.patch new file mode 100644 index 000000000..7d6b7a5c0 --- /dev/null +++ b/net/pdns-recursor/patches/010-time_t-check.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -25,8 +25,6 @@ AC_PROG_CC + AC_PROG_CXX + AC_LANG([C++]) + +-PDNS_CHECK_TIME_T +- + AC_DEFINE([RECURSOR], [1], + [This is the PowerDNS Recursor] + ) diff --git a/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch b/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch index 7e351842c..15dd66ce2 100644 --- a/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch +++ b/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -452,12 +452,6 @@ $(srcdir)/effective_tld_names.dat: +@@ -433,12 +433,6 @@ $(srcdir)/effective_tld_names.dat: pubsuffix.cc: $(srcdir)/effective_tld_names.dat $(AM_V_GEN)./mkpubsuffixcc |