diff mbox series

added rt to malloc/Depend [BZ #27132]

Message ID 20210223081639.3264213-1-Paul.Zimmermann@inria.fr
State New
Headers show
Series added rt to malloc/Depend [BZ #27132] | expand

Commit Message

Paul Zimmermann Feb. 23, 2021, 8:16 a.m. UTC
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(+)

Comments

Florian Weimer Feb. 23, 2021, 8:57 a.m. UTC | #1
* 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
Paul Zimmermann Feb. 23, 2021, 9:11 a.m. UTC | #2
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
Florian Weimer Feb. 23, 2021, 9:41 a.m. UTC | #3
* Paul Zimmermann:

> done. Should I also close BZ #27132?

Yes, please.  Are you able to set the target milestone to 2.34?

Thanks,
Florian
Paul Zimmermann Feb. 23, 2021, 10:08 a.m. UTC | #4
> > 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
Florian Weimer Feb. 23, 2021, 10:15 a.m. UTC | #5
* 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 mbox series

Patch

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