1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 11:23:57 +02:00
openwrt-packages/net/pdns-recursor/patches/010-time_t-check.patch
Peter van Dijk 9aa1d773c7 pdns-recursor: update to 4.5.2
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2021-06-14 22:51:48 +02:00

12 lines
185 B
Diff

--- 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]
)