From 8b37e9e0ac7e3930ffea4362069d119056839832 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 23 Apr 2018 16:56:49 +0200 Subject: [PATCH] libssh2: rebuild with libressl-2.7 --- srcpkgs/libssh2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template index 8906bab26fb..bd621dfa99c 100644 --- a/srcpkgs/libssh2/template +++ b/srcpkgs/libssh2/template @@ -1,7 +1,7 @@ # Template file for 'libssh2' pkgname=libssh2 version=1.8.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr" makedepends="zlib-devel libressl-devel"