dev-db/sqlite: Sync with Gentoo

It's from Gentoo commit 2d29048d43fa66df5b8fdbfea8965e5b5a95846e.
This commit is contained in:
Flatcar Buildbot 2025-04-07 07:06:10 +00:00 committed by Krzesimir Nowak
parent 2577e3c372
commit b7292d4bd4
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