diff mbox series

malloc: Add dependency on rt [BZ #27132]

Message ID 87mtvv17w0.fsf@oldenburg.str.redhat.com
State New
Headers show
Series malloc: Add dependency on rt [BZ #27132] | expand

Commit Message

Florian Weimer Feb. 23, 2021, 8:54 a.m. UTC
It ensures that librt is built before tools that may depend on
system libraries which link against librt are linked.

---
 malloc/Depend | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/malloc/Depend b/malloc/Depend
index f5e248047c..ed18c37b80 100644
--- a/malloc/Depend
+++ b/malloc/Depend
@@ -1,3 +1,4 @@ 
 dlfcn
 nptl
 htl
+rt