Files
third_party_elfutils/config/libdebuginfod.pc.in
Aaron Merey 288f6b199a debuginfod 1/2: client side
Introduce the debuginfod/ subdirectory, containing the client for a
new debuginfo-over-http service, in shared-library and command-line
forms.  Two functions in libdwfl make calls into the client library to
fetch elf/dwarf files by buildid, as a fallback.  Instead of normal
dynamic linking (thus pulling in a variety of curl dependencies),
the libdwfl hooks use dlopen/dlsym.  Server & tests coming in patch 2.

Signed-off-by: Aaron Merey <amerey@redhat.com>
Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
2019-11-22 22:49:21 +01:00

13 lines
280 B
Plaintext

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: debuginfod
Description: elfutils library to query debuginfo files from debuginfod servers
Version: @VERSION@
URL: http://elfutils.org/
Libs: -L${libdir} -ldebuginfod
Cflags: -I${includedir}