From da762e6b5fe0b8b024523c4b4668f882d2172644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Mon, 1 Apr 2024 23:53:58 +0200 Subject: [PATCH] [LibCURL@7] Disable versioned symbols (#8407) We will not use this version in Julia (it's too old), but we use it as baseline for building packages depending on libcurl: by having this build without versioned symbols, it can be used to build packages that will link to libcurl with both with and without OpenSSL. --- L/LibCURL/LibCURL@7/build_tarballs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L/LibCURL/LibCURL@7/build_tarballs.jl b/L/LibCURL/LibCURL@7/build_tarballs.jl index 7531317f215..7d3b1f9c965 100644 --- a/L/LibCURL/LibCURL@7/build_tarballs.jl +++ b/L/LibCURL/LibCURL@7/build_tarballs.jl @@ -27,7 +27,7 @@ FLAGS=( # A few things we actually enable --with-libssh2=${prefix} --with-zlib=${prefix} --with-nghttp2=${prefix} - --enable-versioned-symbols + --disable-versioned-symbols )