From c841cf3b79ba701cc99a6f3b3fed37278e00606c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 Apr 2018 08:31:44 +0000 Subject: community/pdns-recursor: rebuild against libressl-2.7 --- community/pdns-recursor/libressl-2.7.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/pdns-recursor/libressl-2.7.patch (limited to 'community/pdns-recursor/libressl-2.7.patch') diff --git a/community/pdns-recursor/libressl-2.7.patch b/community/pdns-recursor/libressl-2.7.patch new file mode 100644 index 0000000000..f21249e103 --- /dev/null +++ b/community/pdns-recursor/libressl-2.7.patch @@ -0,0 +1,13 @@ +diff --git a/pdns/opensslsigners.cc b/pdns/opensslsigners.cc +index 8e3bb54..459939a 100644 +--- a/opensslsigners.cc ++++ b/opensslsigners.cc +@@ -33,7 +33,7 @@ + #include "opensslsigners.hh" + #include "dnssecinfra.hh" + +-#if (OPENSSL_VERSION_NUMBER < 0x1010000fL || defined LIBRESSL_VERSION_NUMBER) ++#if (OPENSSL_VERSION_NUMBER < 0x1010000fL) + /* OpenSSL < 1.1.0 needs support for threading/locking in the calling application. */ + static pthread_mutex_t *openssllocks; + -- cgit v1.2.3