dfa500
commit 27cec9aed97447dff887a88f4241604fffd8c525
dfa500
Author: Florian Weimer <fweimer@redhat.com>
dfa500
Date:   Tue Jul 2 16:45:52 2019 +0200
dfa500
dfa500
    malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
dfa500
    
dfa500
    memusagestat may indirectly link against libpthread.  The built
dfa500
    libpthread should be used, but that is only possible if it has been
dfa500
    built before the malloc programs.
dfa500
dfa500
diff --git a/malloc/Depend b/malloc/Depend
dfa500
index 910c6d915211870f..f5e248047c4c46dd 100644
dfa500
--- a/malloc/Depend
dfa500
+++ b/malloc/Depend
dfa500
@@ -1 +1,3 @@
dfa500
 dlfcn
dfa500
+nptl
dfa500
+htl