spice: remove libressl patches

This commit is contained in:
Enno Boland 2018-04-17 09:45:45 +02:00
parent ec65d9aa90
commit d5eb3d655f
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 @@
--- 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);

View file

@ -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"