Dmitry V. Levin fc997c6e55 nscd: fix compilation flags
Commit 61653dfb81b776bb72ce4304175b861d77c357a8 added support for
compilers predefining _FORTIFY_SOURCE by adding -U_FORTIFY_SOURCE to
CPPFLAGS for these compilers, but that change doesn't work quite well in
case of nscd: its Makefile sets _FORTIFY_SOURCE using CFLAGS instead of
CPPFLAGS and, thanks to compilation rules defined in Makerules, CPPFLAGS
are passed to compiler after CFLAGS, resulting to a build with
_FORTIFY_SOURCE turned off.

This change implements a more safe method of passing preprocessor and
compiler flags so that no nscd modules could be accidentally forgotten.
2012-10-02 19:22:57 +00:00
..
1998-11-19 11:23:37 +00:00
2012-10-02 19:22:57 +00:00
2012-05-15 20:37:05 +02:00
2012-05-15 20:37:05 +02:00
2012-05-15 11:45:42 -07:00
2011-10-07 10:06:31 -04:00
.
2007-07-31 13:33:18 +00:00
2007-08-22 03:14:29 +00:00