Re: 5.0: CPPFLAGS doesn't propagate to loadables

2019-02-13 Thread Chet Ramey
On 2/12/19 5:13 PM, Christian Weisgerber wrote: > There is a small omission in bash 5.0's build infrastructure: > The CPPFLAGS variable doesn't propagate to the actual compiler flags > used to build the loadables. In practice, this means that the seq > loadable will fail to build on operating syst

5.0: CPPFLAGS doesn't propagate to loadables

2019-02-12 Thread Christian Weisgerber
There is a small omission in bash 5.0's build infrastructure: The CPPFLAGS variable doesn't propagate to the actual compiler flags used to build the loadables. In practice, this means that the seq loadable will fail to build on operating systems that have libintl outside the default paths (e.g. Op