From a04cf4140d16fd19292084f0485e500c1cee584f Mon Sep 17 00:00:00 2001 From: xingwei Date: Mon, 4 Aug 2025 07:20:49 +0000 Subject: [PATCH] set ac_cv_func_fork to pass enable ntlm-wb check (cherry picked from commit 17d8dcc056808b71a9fbbf97c26aa57afa19a7e8) --- curl.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index 0bba198..50a9333 100644 --- a/curl.spec +++ b/curl.spec @@ -7,7 +7,7 @@ Name: curl Version: 8.4.0 -Release: 19 +Release: 20 Summary: Curl is used in command lines or scripts to transfer data License: curl URL: https://curl.se/ @@ -120,6 +120,8 @@ aclocal -I m4 automake install -d build-full +# set ac_cv_func_fork to pass enable ntlm-wb check +export ac_cv_func_fork=yes export common_configure_opts="--cache-file=../config.cache \ --enable-hsts --enable-ipv6 --enable-symbol-hiding --enable-threaded-resolver \ --without-zstd --with-gssapi --with-libidn2 --with-nghttp2 --with-ssl \ @@ -239,6 +241,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_mandir}/man3/* %changelog +* Mon Aug 04 2025 xingwei - 8.4.0-20 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:set ac_cv_func_fork to pass enable ntlm-wb check + * Mon Jul 28 2025 xinghe - 8.4.0-19 - Type:bugfix - CVE:NA -- Gitee