malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]

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.
This commit is contained in:
Florian Weimer 2019-07-02 16:45:52 +02:00
parent d1bc2cbbed
commit 27cec9aed9
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -1 +1,3 @@
dlfcn
nptl
htl