spice: remove libressl patches
This commit is contained in:
parent
ec65d9aa90
commit
d5eb3d655f
2 changed files with 1 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
--- spice-common/common/ssl_verify.c.orig 2017-08-03 11:57:02.149307232 +0200
|
||||
+++ spice-common/common/ssl_verify.c 2017-08-03 11:57:29.209630642 +0200
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <string.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
-#if OPENSSL_VERSION_NUMBER < 0x10100000
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER)
|
||||
static const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *asn1)
|
||||
{
|
||||
return M_ASN1_STRING_data(asn1);
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'spice'
|
||||
pkgname=spice
|
||||
version=0.14.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-tunnel --disable-opengl --enable-smartcard
|
||||
--with-sasl --disable-static --enable-xinerama --disable-celt051"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue