Skip to content

Commit

Permalink
[LibCURL@7] Disable versioned symbols (#8407)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
giordano authored Apr 1, 2024
1 parent 79ed904 commit da762e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/LibCURL/LibCURL@7/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit da762e6

Please sign in to comment.