From: Paul Zimmermann Date: Tue, 23 Feb 2021 08:16:39 +0000 (+0100) Subject: added rt to malloc/Depend [BZ #27132] X-Git-Tag: glibc-2.34~914 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90197376d5d31adbfa8589acf6c9ab8ac4755ecf;p=thirdparty%2Fglibc.git 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. --- diff --git a/malloc/Depend b/malloc/Depend index f5e248047c4..ed18c37b808 100644 --- a/malloc/Depend +++ b/malloc/Depend @@ -1,3 +1,4 @@ dlfcn nptl htl +rt