From patchwork Tue Feb 23 08:16:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: added rt to malloc/Depend [BZ #27132] X-Patchwork-Submitter: Paul Zimmermann X-Patchwork-Id: 49651 Message-Id: <20210223081639.3264213-1-Paul.Zimmermann@inria.fr> To: libc-alpha@sourceware.org Date: Tue, 23 Feb 2021 09:16:39 +0100 From: Paul Zimmermann List-Id: Libc-alpha mailing list 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(+) -- 2.17.1 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