serf: remove libressl patches

This commit is contained in:
Enno Boland 2018-04-17 09:45:45 +02:00
parent ed06ecd206
commit 0f7751674a
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 @@
--- buckets/ssl_buckets.c.orig
+++ buckets/ssl_buckets.c
@@ -52,7 +52,7 @@
#define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
#endif
-#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L
+#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
#define USE_OPENSSL_1_1_API
#endif

View file

@ -1,7 +1,7 @@
# Template file for 'serf'
pkgname=serf
version=1.3.9
revision=5
revision=6
nocross=yes
hostmakedepends="scons libressl-devel apr-util-devel"
makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel"