[arch-commits] Commit in curl/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Tue Sep 25 22:23:34 UTC 2018
Date: Tuesday, September 25, 2018 @ 22:23:34
Author: eworm
Revision: 335391
upgpkg: curl 7.61.1-3
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:
curl/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-25 21:13:59 UTC (rev 335390)
+++ PKGBUILD 2018-09-25 22:23:34 UTC (rev 335391)
@@ -6,7 +6,7 @@
pkgname=curl
pkgver=7.61.1
-pkgrel=2
+pkgrel=3
pkgdesc="An URL retrieval utility and library"
arch=('x86_64')
url="https://curl.haxx.se"
@@ -32,6 +32,7 @@
--enable-versioned-symbols \
--enable-threaded-resolver \
--with-gssapi \
+ --with-libssh2 \
--with-random=/dev/urandom \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
More information about the arch-commits
mailing list