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