boinc: remove libressl patches

This commit is contained in:
Enno Boland 2018-04-17 09:45:39 +02:00
parent fdfd33c3ee
commit 94ad1b1008
No known key found for this signature in database
GPG key ID: D09964719BDE9971
2 changed files with 1 additions and 12 deletions

View file

@ -1,11 +0,0 @@
--- lib/crypt.h 2017-08-28 22:29:59.000000000 +0200
+++ lib/crypt.h 2017-09-21 15:15:32.882784075 +0200
@@ -26,7 +26,7 @@
#include <openssl/rsa.h>
-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) /* OpenSSL 1.1.0+ */
+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) /* OpenSSL 1.1.0+ */
#define HAVE_OPAQUE_EVP_PKEY 1 /* since 1.1.0 -pre3 */
#define HAVE_OPAQUE_RSA_DSA_DH 1 /* since 1.1.0 -pre5 */
#endif

View file

@ -1,7 +1,7 @@
# Template file for 'boinc'
pkgname=boinc
version=7.8.6
revision=2
revision=3
wrksrc=boinc-client_release-${version%.*}-${version}
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config python"