glibc/nscd
Dmitry V. Levin fc997c6e55 nscd: fix compilation flags
Commit 61653dfb81 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
..
Depend
Makefile nscd: fix compilation flags 2012-10-02 19:22:57 +00:00
aicache.c
cache.c
connections.c Hurd: #include <kernel-features.h> 2012-05-10 15:57:24 -07:00
dbg_log.c
dbg_log.h
gai.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
getgrgid_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
getgrnam_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
gethstbyad_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
gethstbynm3_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
getpwnam_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
getpwuid_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
getsrvbynm_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
getsrvbypt_r.c Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for USE_NSCD case. 2012-08-22 16:06:53 -07:00
grpcache.c
hstcache.c
initgrcache.c
mem.c
netgroupcache.c Hurd: #include <kernel-features.h> 2012-05-10 15:57:24 -07:00
nscd-client.h Fix formatting in last change. 2012-05-15 11:45:42 -07:00
nscd.c BZ#13696: Add --disable-nscd configure option. 2012-08-22 13:31:12 -07:00
nscd.conf
nscd.h
nscd.init
nscd_conf.c
nscd_getai.c
nscd_getgr_r.c Move stdio-common/_itoa.h to sysdeps/generic 2012-03-20 16:00:23 -07:00
nscd_gethst_r.c Avoid race in nscd 2012-05-15 20:37:05 +02:00
nscd_getpw_r.c Move stdio-common/_itoa.h to sysdeps/generic 2012-03-20 16:00:23 -07:00
nscd_getserv_r.c Move stdio-common/_itoa.h to sysdeps/generic 2012-03-20 16:00:23 -07:00
nscd_helper.c Avoid race in nscd 2012-05-15 20:37:05 +02:00
nscd_initgroups.c
nscd_netgroup.c
nscd_proto.h
nscd_setup_thread.c
nscd_stat.c
pwdcache.c
res_hconf.c
selinux.c
selinux.h
servicescache.c