diff options
Diffstat (limited to 'dns/dnscap/files/patch-configure.ac')
-rw-r--r-- | dns/dnscap/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/dnscap/files/patch-configure.ac b/dns/dnscap/files/patch-configure.ac new file mode 100644 index 000000000000..719ed0ea6447 --- /dev/null +++ b/dns/dnscap/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2021-03-11 15:59:57 UTC ++++ configure.ac +@@ -112,7 +112,7 @@ AC_HEADER_RESOLV + AC_HEADER_TIME + AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h]) + AC_CHECK_HEADERS([sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h]) +-AC_CHECK_HEADERS([ldns/ldns.h arpa/nameser_compat.h cbor.h cbor/cbor.h]) ++AC_CHECK_HEADERS([ldns/ldns.h arpa/nameser_compat.h cbor.h tinycbor/cbor.h]) + AC_CHECK_HEADERS([sys/time.h]) + AC_CHECK_HEADERS([zlib.h]) + AC_CHECK_HEADERS([openssl/conf.h openssl/evp.h openssl/err.h]) |