]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 3e4d87f15bc0952faf94d37bc06a02690c509c67..f7c6ca7d95acaf788fc1dce52a690f7e8c4b476a 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 910c6d915211870fb3033f318839ea4f9f4935cf..f5e248047c4c46dd64da8ec949c83f3457fa59f4 100644 (file)
@@ -1 +1,3 @@
 dlfcn
+nptl
+htl