diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-19 15:35:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-19 15:35:50 +0000 |
commit | 401a9ec9cad6fe21a6471f926152dbaff64d2212 (patch) | |
tree | da140fef4d5b44878ceea97383512f64c25818a3 /ChangeLog | |
parent | be686f1876c5ebbf95801b270522066bfebb0905 (diff) | |
download | glibc-401a9ec9cad6fe21a6471f926152dbaff64d2212.zip glibc-401a9ec9cad6fe21a6471f926152dbaff64d2212.tar.gz glibc-401a9ec9cad6fe21a6471f926152dbaff64d2212.tar.bz2 |
* configure.in: Check for -fstack-protector gcc option.
* config.make.in (have-ssp): Add template.
* nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
* nscd/nscd.c (main): Don't ignore result of chdir call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-07-19 Ulrich Drepper <drepper@redhat.com> + + * configure.in: Check for -fstack-protector gcc option. + * config.make.in (have-ssp): Add template. + * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported. + + * nscd/nscd.c (main): Don't ignore result of chdir call. + 2005-07-18 Roland McGrath <roland@redhat.com> [BZ #869] |