[PATCH] respect build CPPFLAGS
Ulrich Drepper
drepper@gmail.com
Sat Dec 17 19:17:00 GMT 2011
On Mon, Sep 19, 2011 at 13:17, Mike Frysinger <vapier@gentoo.org> wrote:
> for a little background, some distros (like Debian, Ubuntu, Gentoo, and i'm
> sure others) enable _FORTIFY_SOURCE by default in their compilers. the way to
> disable this is by using -U_FORTIFY_SOURCE:
This is no solution since you have no control over the place where the
parameter is used relative to whatever you try to disable. CPPFLAGS
handling in configure is only there because that's the default. If
you have to work around broken environments you have to have more
control. Complicating the makefile handling even more without any
real benefit doesn't really sound right.
More information about the Libc-alpha
mailing list