summaryrefslogtreecommitdiff
path: root/libdw/ChangeLog
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-11-01 21:48:50 -0300
committerMark Wielaard <mark@klomp.org>2020-11-03 01:11:06 +0100
commitda855fc9cd415c288bfcb9de1f3d5eb329de0557 (patch)
tree4391641bd3a7f8b2f796454cc9bc706041030016 /libdw/ChangeLog
parentb503c358dde835d8a1ae3ebd4968755ff396f814 (diff)
downloadelfutils-da855fc9cd415c288bfcb9de1f3d5eb329de0557.tar.gz
Support building when fts and obstack aren't part of libc.
- Make configure.ac test for fts and obstack availability; - Add fts and obstack ldflags to all files that need them; - Add missing argp ldflags to programs in debuginfod/. Signed-off-by: Érico Rolim <erico.erc@gmail.com>
Diffstat (limited to 'libdw/ChangeLog')
-rw-r--r--libdw/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 289bb4c9..6f8ebea6 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,7 @@
+2020-11-01 Érico N. Rolim <erico.erc@gmail.com>
+
+ * Makefile.am (libdw_so_LDLIBS): Add fts_LIBS.
+
2020-10-28 Tom Tromey <tom@tromey.com>
PR26773