aboutsummaryrefslogtreecommitdiff
path: root/net/pdns/patches
diff options
context:
space:
mode:
authorWout Bertrums <wout@wbnet.eu>2021-09-24 15:52:28 +0200
committerRosen Penev <rosenp@gmail.com>2021-09-27 07:16:05 -0700
commit74bea91e5a417a8f0210fd4a82075c8bd7cd6064 (patch)
treed263b2b663e8381d795bc1da794d1a197d2b7fa7 /net/pdns/patches
parent7cab44e001e42b6674e12c5e7679abddc21cc446 (diff)
dnsdist/pdns/pdns-recursor: Remove 010-time_t-check.patch
This patch to remove PowerDNS' check for whether time_t is 64-bit is not needed anymore, due to OpenWrt now having a more recent musl libc where time_t is 64-bit on all architectures. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
Diffstat (limited to 'net/pdns/patches')
-rw-r--r--net/pdns/patches/010-time_t-check.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/pdns/patches/010-time_t-check.patch b/net/pdns/patches/010-time_t-check.patch
deleted file mode 100644
index ba477c5b7..000000000
--- a/net/pdns/patches/010-time_t-check.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -26,7 +26,6 @@ AC_PROG_CC
- AC_PROG_CXX
- AC_LANG([C++])
-
--PDNS_CHECK_TIME_T
- PDNS_CHECK_BISON
- PDNS_CHECK_FLEX
-