mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
dev-db/sqlite: Sync with Gentoo
It's from Gentoo commit 2d29048d43fa66df5b8fdbfea8965e5b5a95846e.
This commit is contained in:
parent
2577e3c372
commit
b7292d4bd4
@ -325,6 +325,9 @@ multilib_src_configure() {
|
|||||||
if [[ ${CHOST} != *-darwin* ]] ; then
|
if [[ ${CHOST} != *-darwin* ]] ; then
|
||||||
# set SONAME for the library
|
# set SONAME for the library
|
||||||
options+=( --soname=legacy )
|
options+=( --soname=legacy )
|
||||||
|
else
|
||||||
|
# to allow install_name_tool id change
|
||||||
|
append-ldflags -headerpad_max_install_names
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9
|
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9
|
||||||
|
@ -321,6 +321,9 @@ multilib_src_configure() {
|
|||||||
if [[ ${CHOST} != *-darwin* ]] ; then
|
if [[ ${CHOST} != *-darwin* ]] ; then
|
||||||
# set SONAME for the library
|
# set SONAME for the library
|
||||||
options+=( --soname=legacy )
|
options+=( --soname=legacy )
|
||||||
|
else
|
||||||
|
# to allow install_name_tool id change
|
||||||
|
append-ldflags -headerpad_max_install_names
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9
|
# https://sqlite.org/forum/forumpost/4f4d06a9f6683bb9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user