summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-06-19 19:41:08 +0200
committerMark Wielaard <mark@klomp.org>2020-07-04 01:30:07 +0200
commitf7f0cdc59a13780938ae3f578955737a75e60ea9 (patch)
tree415eb0c97ee82aaa4a178ef248bf89b2130f7c9c /ChangeLog
parentacb453851c9e6c46531b70fda7396885c0e7e1db (diff)
downloadelfutils-f7f0cdc59a13780938ae3f578955737a75e60ea9.tar.gz
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>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e79ec5c..99f50492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-06-19 Mark Wielaard <mark@klomp.org>
+
+ * Makefile.am (SUBDIRS): Always add debuginfod.
+ * configure.ac (debuginfod): Split off...
+ (libdebuginfod): ... this. Also add DUMME_DEBUGINFOD.
+
2020-06-15 Sergei Trofimovich <slyfox@gentoo.org>
* configure.ac: Use READELF in build-id check.