From 90197376d5d31adbfa8589acf6c9ab8ac4755ecf Mon Sep 17 00:00:00 2001 From: Paul Zimmermann Date: Tue, 23 Feb 2021 09:16:39 +0100 Subject: added rt to malloc/Depend [BZ #27132] This avoids a failure when a new glibc version is compiled with an older system librt. Patch proposed by Florian Weimer. --- malloc/Depend | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1