public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/master-posix_clock] malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
@ 2019-07-02 17:26 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2019-07-02 17:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=27cec9aed97447dff887a88f4241604fffd8c525

commit 27cec9aed97447dff887a88f4241604fffd8c525
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Jul 2 16:45:52 2019 +0200

    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:
---
 ChangeLog     | 6 ++++++
 malloc/Depend | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 3e4d87f..f7c6ca7 100644
--- 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
diff --git a/malloc/Depend b/malloc/Depend
index 910c6d9..f5e2480 100644
--- a/malloc/Depend
+++ b/malloc/Depend
@@ -1 +1,3 @@
 dlfcn
+nptl
+htl


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-02 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 17:26 [glibc/azanella/master-posix_clock] malloc: Add nptl, htl dependency for the subdirectory [BZ #24757] Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).