diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-07-02 16:45:52 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-07-02 16:51:13 +0200 |
commit | 27cec9aed97447dff887a88f4241604fffd8c525 (patch) | |
tree | 9e1ec50a0007caaddbfec2f602b908f4d03b593d /ChangeLog | |
parent | d1bc2cbbed9aea2017ef941f63c8786571da5b4f (diff) | |
download | glibc-27cec9aed97447dff887a88f4241604fffd8c525.zip glibc-27cec9aed97447dff887a88f4241604fffd8c525.tar.gz glibc-27cec9aed97447dff887a88f4241604fffd8c525.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |