aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns-recursor/libressl-2.7.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-05 08:31:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-06 05:19:27 +0000
commitc841cf3b79ba701cc99a6f3b3fed37278e00606c (patch)
tree3b6ab1fb9a71be06dc41d1e3af8a42694c7f4905 /community/pdns-recursor/libressl-2.7.patch
parentca5d32d0dbdb5574c34ed7f5eed11ab73b913be0 (diff)
downloadaports-c841cf3b79ba701cc99a6f3b3fed37278e00606c.tar.bz2
aports-c841cf3b79ba701cc99a6f3b3fed37278e00606c.tar.xz
community/pdns-recursor: rebuild against libressl-2.7
Diffstat (limited to 'community/pdns-recursor/libressl-2.7.patch')
-rw-r--r--community/pdns-recursor/libressl-2.7.patch13
1 files changed, 13 insertions, 0 deletions
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;
+