mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/glibc: Filter -Wl,--dynamic-linker=* from LDFLAGS
This flag is added for cross-prefix by cross-boss, but causes ldconfig to segfault. It's not needed here anyway because glibc already handles this by itself. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -447,6 +447,10 @@ setup_flags() {
|
||||
# https://sourceware.org/PR27837
|
||||
filter-ldflags '-Wl,--relax'
|
||||
|
||||
# Flag added for cross-prefix, but causes ldconfig to segfault. Not needed
|
||||
# anyway because glibc already handles this by itself.
|
||||
filter-ldflags '-Wl,--dynamic-linker=*'
|
||||
|
||||
# some weird software relies on sysv hashes in glibc, bug 863863, bug 864100
|
||||
# we have to do that here already so mips can filter it out again :P
|
||||
if use hash-sysv-compat ; then
|
||||
|
||||
@@ -447,6 +447,10 @@ setup_flags() {
|
||||
# https://sourceware.org/PR27837
|
||||
filter-ldflags '-Wl,--relax'
|
||||
|
||||
# Flag added for cross-prefix, but causes ldconfig to segfault. Not needed
|
||||
# anyway because glibc already handles this by itself.
|
||||
filter-ldflags '-Wl,--dynamic-linker=*'
|
||||
|
||||
# some weird software relies on sysv hashes in glibc, bug 863863, bug 864100
|
||||
# we have to do that here already so mips can filter it out again :P
|
||||
if use hash-sysv-compat ; then
|
||||
|
||||
Reference in New Issue
Block a user