mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
boinc: remove libressl patches
This commit is contained in:
parent
fdfd33c3ee
commit
94ad1b1008
2 changed files with 1 additions and 12 deletions
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue