From 37ae7200e75805348877fe567ab6df86ddf4cab2 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 11 Apr 2017 17:32:31 +0200 Subject: [PATCH] libssh2: rebuild for libressl-2.5.3 --- srcpkgs/libssh2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template index 4a614215e8c..8095344603f 100644 --- a/srcpkgs/libssh2/template +++ b/srcpkgs/libssh2/template @@ -1,7 +1,7 @@ # Template file for 'libssh2' pkgname=libssh2 version=1.8.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr" makedepends="zlib-devel libressl-devel"