]> git.ipfire.org Git - thirdparty/systemd.git/commit
elf-util: switch libelf/libdw to dlopen()
authorLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 22 Nov 2021 11:11:21 +0000 (11:11 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 30 Nov 2021 16:49:59 +0000 (16:49 +0000)
commit56f2a72919cbc30e1a047066e16d288b146ddd7c
treed8b5d26190f99cc014585fb6c35f7567eaa9a53f
parent5361f62d6d5b25c6545059f7d2513324be8d7a49
elf-util: switch libelf/libdw to dlopen()

In order to avoid inflating the dependency list for the core
library, use dlopen when inspecting elfs, since it's only
used in two non-core executables.
src/shared/elf-util.c
src/shared/meson.build
test/test-functions