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 /config.make.in | |
parent | be686f1876c5ebbf95801b270522066bfebb0905 (diff) | |
download | glibc-401a9ec9cad6fe21a6471f926152dbaff64d2212.tar.gz |
* 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 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 1ab4bfbfc4..3687507a17 100644 --- a/config.make.in +++ b/config.make.in @@ -58,6 +58,7 @@ have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ enable-check-abi = @enable_check_abi@ have-forced-unwind = @libc_cv_forced_unwind@ have-fpie = @libc_cv_fpie@ +have-ssp = @libc_cv_ssp@ have-selinux = @have_selinux@ have-libaudit = @have_libaudit@ have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ |