mirror of
https://salsa.debian.org/ha-team/libqb
synced 2025-12-31 19:28:01 +00:00
This finds all the callsites in shared libraries (using dl_iterate_phdr()) at the time qb_log_init() is called. Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Conflicts: lib/log.c
12 lines
209 B
PkgConfig
12 lines
209 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=${prefix}/include
|
|
|
|
Name: libqb
|
|
Version: @PACKAGE_VERSION@
|
|
Description: libqb
|
|
Requires:
|
|
Libs: -L${libdir} -lqb -lrt -ldl
|
|
Cflags: -I${includedir}
|