From 41db8d35f83b78c7e12628201417841aec0ccc4f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 26 Feb 2018 14:04:06 +0100 Subject: [PATCH] libssh2: rebuild with libressl-2.6 --- srcpkgs/libssh2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template index 8095344603f..8906bab26fb 100644 --- a/srcpkgs/libssh2/template +++ b/srcpkgs/libssh2/template @@ -1,7 +1,7 @@ # Template file for 'libssh2' pkgname=libssh2 version=1.8.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr" makedepends="zlib-devel libressl-devel"