From d6833a2147ea27859f4a87cd50b5c617e92fb4ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 9 Jun 2023 15:22:27 -0400 Subject: [PATCH] curl: disable ssh option to break build cycle Now that libssh2 builds with cmake, enabling SSH support in curl introduces a build cycle: binutils -> elfutils -> curl -> libssh2 -> cmake -> curl Because SSH support in curl seems superfluous anyway, just disable it. --- srcpkgs/curl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 1ce72a58c188..b43961934747 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,7 +1,7 @@ # Template file for 'curl' pkgname=curl version=8.0.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 --enable-websockets --with-random=/dev/urandom @@ -27,7 +27,7 @@ changelog="https://curl.haxx.se/changes.html#${version//./_}" distfiles="${homepage}/download/curl-${version}.tar.bz2" checksum=9b6b1e96b748d04b968786b6bdf407aa5c75ab53a3d37c1c8c81cdb736555ccf build_options="gnutls gssapi ldap rtmp ssh ssl zstd" -build_options_default="ssh ssl zstd" +build_options_default="ssl zstd" vopt_conflict ssl gnutls if [ "$CROSS_BUILD" ]; then