mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user