]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: Make sure crypto and jsonc are also included in static link
authorMark Wielaard <mark@klomp.org>
Wed, 21 Aug 2024 13:32:59 +0000 (15:32 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 21 Aug 2024 21:29:26 +0000 (23:29 +0200)
commit742fb81f3c5ae225b6c430643ca62050887c3fba
tree355d28004bbade292a5af01d651c029a0be3f5b9
parenta0a2996d15529673bf43269fe7fcafa2e4a0187b
debuginfod: Make sure crypto and jsonc are also included in static link

When doing a --enable-gcov build we link all binaries static.
libdebuginfod.so now depends on crypto an jsonc. So also add those
when linking against libdebuginfod.a

      debuginfod/Makefile.am (libdebuginfod): Add $(crypto_LIBS)
      $(jsonc_LIBS) when BUILD_STATIC.

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