bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: __alloca patch?


From: Jeffrey Walton
Subject: Re: __alloca patch?
Date: Sat, 4 May 2019 16:34:32 -0400

On Sat, May 4, 2019 at 3:14 PM Paul Smith <address@hidden> wrote:
>
> On Sat, 2019-05-04 at 15:10 -0400, Jeffrey Walton wrote:
> > Ack, thanks. It works perfectly on Fedora 29.
> >
> > This was a good change:
> >
> > -# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
> > +# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
> >
> > I found the one discussed on the mailing list and used it. But it
> > looks like it was wrong:
> >
> > # if _GNU_GLOB_INTERFACE_VERSION >= GLOB_INTERFACE_VERSION
>
> Well, they're equivalent at the moment, but who knows what the future
> may bring? :)
>
> These changes were all cherry-picked from commits already present in
> the latest Git HEAD.  See the Git commit history for attribution.

It tested OK on Solaris 11.3 also.

I had to sidestep an autoreconf because Solaris provides an old
version of Autotools. See
https://github.com/noloader/Build-Scripts/commit/d831d99544be .

Jeff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]