From e7cd5d154affd6150c00d496f200799b8cb2dbdd Mon Sep 17 00:00:00 2001 From: Maxim Fadeev Date: Mon, 16 Dec 2024 16:50:00 +0300 Subject: [PATCH] LDAP support restored in the build with an added dependency for its functionality --- L/LibCURL/common.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/L/LibCURL/common.jl b/L/LibCURL/common.jl index 76196c1c216..8b9b6e94071 100644 --- a/L/LibCURL/common.jl +++ b/L/LibCURL/common.jl @@ -49,7 +49,7 @@ function build_libcurl(ARGS, name::String, version::VersionNumber) --without-libidn2 --without-librtmp --without-nss --without-libpsl --disable-ares --disable-manual - --disable-ldap --disable-ldaps --without-zsh-functions-dir + --without-zsh-functions-dir --disable-static --without-libgsasl --without-brotli @@ -133,6 +133,7 @@ function build_libcurl(ARGS, name::String, version::VersionNumber) Dependency("LibSSH2_jll"), Dependency("Zlib_jll"), Dependency("nghttp2_jll"), + Dependency("OpenLDAPClient_jll"; compat="2.5.19"), Dependency("OpenSSL_jll"; compat="3.0.15", platforms=filter(p->Sys.islinux(p) || Sys.isfreebsd(p), platforms)), # Dependency("Kerberos_krb5_jll"; platforms=filter(p->Sys.islinux(p) || Sys.isfreebsd(p), platforms)), BuildDependency(PackageSpec(name="LLVMCompilerRT_jll", uuid="4e17d02c-6bf5-513e-be62-445f41c75a11", version=llvm_version);