malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
authorFlorian Weimer <fweimer@redhat.com>
Tue, 2 Jul 2019 14:45:52 +0000 (16:45 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 2 Jul 2019 14:51:13 +0000 (16:51 +0200)
memusagestat may indirectly link against libpthread.  The built
libpthread should be used, but that is only possible if it has been
built before the malloc programs.

ChangeLog
malloc/Depend

index 3e4d87f..f7c6ca7 100644 (file)
--- 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
index 910c6d9..f5e2480 100644 (file)
@@ -1 +1,3 @@
 dlfcn
+nptl
+htl