diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-04 21:14:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:26 +0000 |
commit | 0fd0152c68b71d27d84d89d35ccc7fc3fae8a9cc (patch) | |
tree | aa981022fac0b9dcc0fc5ff63ad4d744c8f1993f /community/pdns/libressl-2.7.patch | |
parent | 83f85f8903bc248bc7c32ca367e5880da596ad36 (diff) | |
download | aports-0fd0152c68b71d27d84d89d35ccc7fc3fae8a9cc.tar.bz2 aports-0fd0152c68b71d27d84d89d35ccc7fc3fae8a9cc.tar.xz |
community/pdns: rebuild against libressl-2.7
Diffstat (limited to 'community/pdns/libressl-2.7.patch')
-rw-r--r-- | community/pdns/libressl-2.7.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/pdns/libressl-2.7.patch b/community/pdns/libressl-2.7.patch new file mode 100644 index 0000000000..88e8d6013d --- /dev/null +++ b/community/pdns/libressl-2.7.patch @@ -0,0 +1,13 @@ +diff --git a/pdns/opensslsigners.cc b/pdns/opensslsigners.cc +index 8e3bb54..459939a 100644 +--- a/pdns/opensslsigners.cc ++++ b/pdns/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; + |