Date: Tuesday, September 25, 2018 @ 22:30:37
Author: eworm
Revision: 385105
reenable libssh2
Now that curl can be built with libssh and libssh2 neither of both is
enabled by default, even if found at compile time. The dependency is
already there, let's explicitly enable support for libssh2. (FS#57694)
Modified:
libcurl-gnutls/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-25 22:29:14 UTC (rev 385104)
+++ PKGBUILD 2018-09-25 22:30:37 UTC (rev 385105)
@@ -28,6 +28,7 @@
--enable-ipv6 \
--enable-threaded-resolver \
--without-gssapi \
+ --with-libssh2 \
--without-libidn \
--without-ssl \
--with-gnutls='/usr' \