]> granicus.if.org Git - sudo/commit
Don't use CPPFLAGS for the -fstack-protector check. Otherwise on
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Oct 2015 16:11:55 +0000 (10:11 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Oct 2015 16:11:55 +0000 (10:11 -0600)
commit640e867dbd70bbebefa0baaeffd894016478a7d5
tree69d870f3376c6ec01c6641bd8c58b51bdb1aa924
parent448f7f25f2033a14f45071f226acbde98f6c0a84
Don't use CPPFLAGS for the -fstack-protector check.  Otherwise on
systems with _FORTIFY_SOURCE support we'll get an error due to the
lack of optimization flags.  Bug #725
configure
configure.ac