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
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
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
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
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