malloc: Add dependency on rt [BZ #27132]

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

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(+)
  

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