[PATCH] debuginfod: Make sure crypto and jsonc are also included in static link

2024-08-21 Thread Mark Wielaard
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 Wielaar

[PATCH] tests: When BUILD_STATIC always link against libeu

2024-08-21 Thread Mark Wielaard
libeu is a static library with internal helper functions normally included in all shared libraries. But when linking static (with --enable-gcov) we need to explicitly link it into the test binaries. * tests/Makefile.am (libelf): Add $(libeu) when BUILD_STATIC. Signed-off-by: Mark Wielaard

Re: [PATCH] debuginfod: Make sure crypto and jsonc are also included in static link

2024-08-21 Thread Mark Wielaard
Hi, On Wed, Aug 21, 2024 at 03:32:59PM +0200, Mark Wielaard wrote: > 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 $(cr

Re: [PATCH] tests: When BUILD_STATIC always link against libeu

2024-08-21 Thread Mark Wielaard
Hi, On Wed, Aug 21, 2024 at 03:52:20PM +0200, Mark Wielaard wrote: > libeu is a static library with internal helper functions normally > included in all shared libraries. But when linking static (with > --enable-gcov) we need to explicitly link it into the test binaries. > >* tests/Makefi

☺ Buildbot (Sourceware): elfutils - build successful (main)

2024-08-21 Thread builder
A restored build has been detected on builder elfutils-opensuseleap-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/90/builds/339 Build state: build successful Revision: 597fb11a069bf96739bccaf99b4953cf8404ced1 Worker: bb1-2 B