Date: Tuesday, September 25, 2018 @ 22:32:17
  Author: eworm
Revision: 385107

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:
  lib32-libcurl-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-25 22:31:22 UTC (rev 385106)
+++ PKGBUILD    2018-09-25 22:32:17 UTC (rev 385107)
@@ -32,6 +32,7 @@
     --enable-ipv6 \
     --enable-threaded-resolver \
     --with-gssapi \
+    --with-libssh2 \
     --with-random='/dev/urandom' \
     --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
 

Reply via email to