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