about summary refs log tree commit diff
path: root/malloc/Depend
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-07-02 16:45:52 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-07-02 16:51:13 +0200
commit27cec9aed97447dff887a88f4241604fffd8c525 (patch)
tree9e1ec50a0007caaddbfec2f602b908f4d03b593d /malloc/Depend
parentd1bc2cbbed9aea2017ef941f63c8786571da5b4f (diff)
downloadglibc-27cec9aed97447dff887a88f4241604fffd8c525.tar.gz
glibc-27cec9aed97447dff887a88f4241604fffd8c525.tar.xz
glibc-27cec9aed97447dff887a88f4241604fffd8c525.zip
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.
Diffstat (limited to 'malloc/Depend')
-rw-r--r--malloc/Depend2
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc/Depend b/malloc/Depend
index 910c6d9152..f5e248047c 100644
--- a/malloc/Depend
+++ b/malloc/Depend
@@ -1 +1,3 @@
 dlfcn
+nptl
+htl