mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
d1bc2cbbed
commit
27cec9aed9
@ -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
|
||||
|
@ -1 +1,3 @@
|
||||
dlfcn
|
||||
nptl
|
||||
htl
|
||||
|
Loading…
Reference in New Issue
Block a user