From: Florian Weimer Date: Tue, 2 Jul 2019 14:45:52 +0000 (+0200) Subject: malloc: Add nptl, htl dependency for the subdirectory [BZ #24757] X-Git-Tag: glibc-2.30~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27cec9aed97447dff887a88f4241604fffd8c525;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 3e4d87f15bc..f7c6ca7d95a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-07-02 Florian Weimer + + [BZ #24757] + * malloc/Depend: Add nptl and htl, due to potential indirect + libpthread dependency of memusagestat. + 2019-07-02 Stefan Liebler * resolv/res_send.c (__res_context_send): Disable maybe-uninitialized diff --git a/malloc/Depend b/malloc/Depend index 910c6d91521..f5e248047c4 100644 --- a/malloc/Depend +++ b/malloc/Depend @@ -1 +1,3 @@ dlfcn +nptl +htl