Message ID | 20210223081639.3264213-1-Paul.Zimmermann@inria.fr |
---|---|
State | New |
Headers | show |
Series | added rt to malloc/Depend [BZ #27132] | expand |
* Paul Zimmermann: > 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 Please commit this. Thanks, Florian
Dear Florian, > > 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 > > Please commit this. done. Should I also close BZ #27132? Paul
* Paul Zimmermann:
> done. Should I also close BZ #27132?
Yes, please. Are you able to set the target milestone to 2.34?
Thanks,
Florian
> > done. Should I also close BZ #27132? > > Yes, please. Are you able to set the target milestone to 2.34? done, hopefully I did it right. Paul
* Paul Zimmermann: >> > done. Should I also close BZ #27132? >> >> Yes, please. Are you able to set the target milestone to 2.34? > > done, hopefully I did it right. Sorry, I had to grant you editbugs privileges first. You should be able to edit the Target Milestone field now (the one with the drop-down menu listing versions). Thanks, Florian
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