mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
isync: remove libressl patches
This commit is contained in:
parent
389f5467c9
commit
767a83c33e
2 changed files with 1 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/socket.c.orig
|
|
||||||
+++ src/socket.c
|
|
||||||
@@ -40,7 +40,7 @@
|
|
||||||
# include <openssl/ssl.h>
|
|
||||||
# include <openssl/err.h>
|
|
||||||
# include <openssl/x509v3.h>
|
|
||||||
-# if OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
||||||
+# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
|
||||||
# define X509_OBJECT_get0_X509(o) ((o)->data.x509)
|
|
||||||
# define X509_STORE_get0_objects(o) ((o)->objs)
|
|
||||||
# endif
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'isync'
|
# Template file for 'isync'
|
||||||
pkgname=isync
|
pkgname=isync
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="libressl-devel libsasl-devel db-devel zlib-devel"
|
makedepends="libressl-devel libsasl-devel db-devel zlib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue