about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>2021-02-23 09:16:39 +0100
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>2021-02-23 10:04:45 +0100
commit90197376d5d31adbfa8589acf6c9ab8ac4755ecf (patch)
tree37529bf33c85cefa89bbcf202605f7d333815425
parent89de9d3958ff4e14f438c3f6800fac80901e2c2f (diff)
downloadglibc-90197376d5d31adbfa8589acf6c9ab8ac4755ecf.tar.gz
glibc-90197376d5d31adbfa8589acf6c9ab8ac4755ecf.tar.xz
glibc-90197376d5d31adbfa8589acf6c9ab8ac4755ecf.zip
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.
-rw-r--r--malloc/Depend1
1 files changed, 1 insertions, 0 deletions
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