mirror of
https://codeberg.org/spire/nix.git
synced 2026-08-02 12:25:00 +02:00
update custom curl build process
This commit is contained in:
parent
9ef0f5a39c
commit
500524ed83
1 changed files with 10 additions and 25 deletions
|
|
@ -1,25 +1,10 @@
|
||||||
diff --git a/configure b/configure
|
diff --git a/lib/libcurl.vers.in b/lib/libcurl.vers.in
|
||||||
index dcad39e..4d0282a 100755
|
index 8219669993..9a66feef8d 100644
|
||||||
--- a/configure
|
--- a/lib/libcurl.vers.in
|
||||||
+++ b/configure
|
+++ b/lib/libcurl.vers.in
|
||||||
@@ -30493,7 +30493,7 @@ fi
|
@@ -1,4 +1,4 @@
|
||||||
|
-CURL_@CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@@CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@
|
||||||
CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX="$versioned_symbols_flavour"
|
+CURL_@CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@3
|
||||||
|
{
|
||||||
-CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME="4"
|
global: curl_*;
|
||||||
+CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME="3"
|
local: *;
|
||||||
if test "x$versioned_symbols" = 'xyes'; then
|
|
||||||
CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_TRUE=
|
|
||||||
CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_FALSE='#'
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index e3ecf00..b03fb47 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -2700,7 +2700,7 @@ AS_HELP_STRING([--disable-versioned-symbols], [Disable versioned symbols in shar
|
|
||||||
)
|
|
||||||
|
|
||||||
AC_SUBST([CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX], ["$versioned_symbols_flavour"])
|
|
||||||
-AC_SUBST([CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME], ["4"]) dnl Keep in sync with VERSIONCHANGE - VERSIONDEL in lib/Makefile.soname
|
|
||||||
+AC_SUBST([CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME], ["3"]) dnl Keep in sync with VERSIONCHANGE - VERSIONDEL in lib/Makefile.soname
|
|
||||||
AM_CONDITIONAL([CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS],
|
|
||||||
[test "x$versioned_symbols" = 'xyes'])
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue