]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libelf: Add libeu objects to libelf.a static archive
authorMark Wielaard <mark@klomp.org>
Tue, 22 Oct 2024 13:03:42 +0000 (15:03 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 23 Oct 2024 22:09:41 +0000 (00:09 +0200)
commitf5d6e088f84dd05278c4698a21cbf1ff4569978d
treeaf2a403a4428ac4366ef396c7a30be7b1e8ab48c
parent5c3e02e5dc3dd46a07d5d9d148dcc8000191c834
libelf: Add libeu objects to libelf.a static archive

libelf might use some symbols from libeu.a, specifically the eu-search
wrappers. But we don't ship libeu.a separately. So include the libeu
objects in the libelf.a archive to facilitate static linking.

* libelf/Makefile.am (libeu_objects): New variable.
(libelf_a_LIBADD): New, add libeu_objects.

https://sourceware.org/bugzilla/show_bug.cgi?id=32293

Signed-off-by: Mark Wielaard <mark@klomp.org>
libelf/Makefile.am