debuginfod: Add --disable-libdebuginfod and --enable-libdebuginfod=dummy.
authorMark Wielaard <mark@klomp.org>
Fri, 19 Jun 2020 17:41:08 +0000 (19:41 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 3 Jul 2020 23:30:07 +0000 (01:30 +0200)
commitf7f0cdc59a13780938ae3f578955737a75e60ea9
tree415eb0c97ee82aaa4a178ef248bf89b2130f7c9c
parentacb453851c9e6c46531b70fda7396885c0e7e1db
debuginfod: Add --disable-libdebuginfod and --enable-libdebuginfod=dummy.

Make it possible to build just the debuginfod client or to create a
dummy libdebuginfod that doesn't link against libcurl. The dummy library
can be used for bootstrapping. For testing purposes you can also build
debuginfod against the dummy libdebuginfod but then the debuginfod
server will not be able to do delegation.

Signed-off-by: Mark Wielaard <mark@klomp.org>
ChangeLog
Makefile.am
configure.ac
debuginfod/ChangeLog
debuginfod/Makefile.am
debuginfod/debuginfod-client.c
doc/ChangeLog
doc/Makefile.am
tests/ChangeLog
tests/Makefile.am