mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 04:39:07 -07:00
I'd dropped the patch last-minute but it's needed alongside the skip in src_prepare. Closes: https://bugs.gentoo.org/982966 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
712 B
Diff
14 lines
712 B
Diff
Needed so the test links s.t. we can skip it in the ebuild. It needs
|
|
internal symbols only exposed when linking statically.
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -901,7 +901,7 @@ deleted_lib_so_CFLAGS = $(fpic_CFLAGS) -fasynchronous-unwind-tables
|
|
aggregate_size_LDADD = $(libdw) $(libelf) $(argp_LDADD)
|
|
peel_type_LDADD = $(libdw) $(libelf) $(argp_LDADD)
|
|
vdsosyms_LDADD = $(libeu) $(libdw) $(libelf)
|
|
-elf_from_memory_LDADD = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) $(libeu) -ldl -lpthread
|
|
+elf_from_memory_LDADD = $(libdw) -lz $(zip_LIBS) $(libelf) $(libebl) $(libeu) -ldl -lpthread
|
|
getsrc_die_LDADD = $(libeu) $(libdw) $(libelf)
|
|
strptr_LDADD = $(libelf)
|
|
newdata_LDADD = $(libelf)
|