libssh2: rebuild against OpenSSL
This commit is contained in:
parent
5f64fa53ed
commit
7128bb591f
|
@ -1083,7 +1083,7 @@ libcups.so.2 libcups-1.5.3_1
|
|||
libcupsimage.so.2 libcups-1.5.3_1
|
||||
libijs-0.35.so libijs-0.8_1
|
||||
libgs.so.9 libgs-0.8_1
|
||||
libssh2.so.1 libssh2-1.4.1_1
|
||||
libssh2.so.1 libssh2-1.9.0_3
|
||||
libvirt-glib-1.0.so.0 libvirt-glib-0.0.8_1
|
||||
libsnmp.so.40 libnet-snmp-5.9_1
|
||||
libnetsnmp.so.40 libnet-snmp-5.9_1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libssh2'
|
||||
pkgname=libssh2
|
||||
version=1.9.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
makedepends="zlib-devel libressl-devel"
|
||||
makedepends="zlib-devel openssl-devel"
|
||||
short_desc="Library implementing the SSH2 protocol"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in New Issue