[arch-commits] Commit in lib32-libcurl-gnutls/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Sep 25 22:34:15 UTC 2018


    Date: Tuesday, September 25, 2018 @ 22:34:14
  Author: eworm
Revision: 385108

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-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-25 22:32:17 UTC (rev 385107)
+++ PKGBUILD	2018-09-25 22:34:14 UTC (rev 385108)
@@ -33,6 +33,7 @@
     --enable-ipv6 \
     --enable-threaded-resolver \
     --without-gssapi \
+    --with-libssh2 \
     --without-libidn \
     --without-ssl \
     --with-gnutls='/usr' \



More information about the arch-commits mailing list