From 9aa1d773c7baa4e38a11fd12c24182d3fc92391b Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 14 Jun 2021 18:37:51 +0200 Subject: pdns-recursor: update to 4.5.2 Signed-off-by: Peter van Dijk --- net/pdns-recursor/patches/010-time_t-check.patch | 11 +++++++++++ .../patches/100-disable-recursor.conf-dist.patch | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 net/pdns-recursor/patches/010-time_t-check.patch (limited to 'net/pdns-recursor/patches') 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 -- cgit v1.2.3