serf: remove libressl patches
This commit is contained in:
parent
ed06ecd206
commit
0f7751674a
2 changed files with 1 additions and 12 deletions
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue