curl: enable configure flag --enable-versioned-symbols

This flag enable versioned symbols in CURL shared library.
This commit is contained in:
Pol Dellaiera
2024-08-23 09:05:09 +02:00
parent 8aed0e83e9
commit caef6dd355
+1
View File
@@ -120,6 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
configureFlags = [
"--enable-versioned-symbols"
# Build without manual
"--disable-manual"
(lib.enableFeature c-aresSupport "ares")