public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] added rt to malloc/Depend [BZ #27132]
@ 2021-02-23  8:16 Paul Zimmermann
  2021-02-23  8:57 ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Zimmermann @ 2021-02-23  8:16 UTC (permalink / raw)
  To: libc-alpha

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
-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-02-23 10:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23  8:16 [PATCH] added rt to malloc/Depend [BZ #27132] Paul Zimmermann
2021-02-23  8:57 ` Florian Weimer
2021-02-23  9:11   ` Paul Zimmermann
2021-02-23  9:41     ` Florian Weimer
2021-02-23 10:08       ` Paul Zimmermann
2021-02-23 10:15         ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).