about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--malloc/Depend2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e4d87f15b..f7c6ca7d95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-07-02  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #24757]
+	* malloc/Depend: Add nptl and htl, due to potential indirect
+	libpthread dependency of memusagestat.
+
 2019-07-02  Stefan Liebler  <stli@linux.ibm.com>
 
 	* resolv/res_send.c (__res_context_send): Disable maybe-uninitialized
diff --git a/malloc/Depend b/malloc/Depend
index 910c6d9152..f5e248047c 100644
--- a/malloc/Depend
+++ b/malloc/Depend
@@ -1 +1,3 @@
 dlfcn
+nptl
+htl