dev-db/sqlite: fix Darwin install_name (soname) updating for longer paths

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2025-04-06 13:56:45 +02:00
parent bb99f8f369
commit 2d29048d43
2 changed files with 6 additions and 0 deletions

View File

@@ -325,6 +325,9 @@ multilib_src_configure() {
if [[ ${CHOST} != *-darwin* ]] ; then
# set SONAME for the library
options+=( --soname=legacy )
else
# to allow install_name_tool id change
append-ldflags -headerpad_max_install_names
fi
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9

View File

@@ -321,6 +321,9 @@ multilib_src_configure() {
if [[ ${CHOST} != *-darwin* ]] ; then
# set SONAME for the library
options+=( --soname=legacy )
else
# to allow install_name_tool id change
append-ldflags -headerpad_max_install_names
fi
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9