diff options
author | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2021-02-23 09:16:39 +0100 |
---|---|---|
committer | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2021-02-23 10:04:45 +0100 |
commit | 90197376d5d31adbfa8589acf6c9ab8ac4755ecf (patch) | |
tree | 37529bf33c85cefa89bbcf202605f7d333815425 /malloc | |
parent | 89de9d3958ff4e14f438c3f6800fac80901e2c2f (diff) | |
download | glibc-90197376d5d31adbfa8589acf6c9ab8ac4755ecf.zip glibc-90197376d5d31adbfa8589acf6c9ab8ac4755ecf.tar.gz glibc-90197376d5d31adbfa8589acf6c9ab8ac4755ecf.tar.bz2 |
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.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Depend b/malloc/Depend index f5e2480..ed18c37 100644 --- a/malloc/Depend +++ b/malloc/Depend @@ -1,3 +1,4 @@ dlfcn nptl htl +rt |