]> git.ipfire.org Git - thirdparty/pdns.git/commit
Don't override the user's FLAGS 1789/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 7 Oct 2014 10:40:41 +0000 (12:40 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 7 Oct 2014 10:57:50 +0000 (12:57 +0200)
commit0ed6ba22c96bb025da73d40e7614b11169b47875
tree7ea26c9b5d3214736d265e43f820bd066b0c8ac4
parenta0c34f7bbc1b60dc743ab298e5bec2f0f3d91441
Don't override the user's FLAGS

Fedora for instance sets -fstack-protector-strong
but we override that with -fstack-protector, which is less secure

Ideally we never touch CFLAGS, CXXFLAGS and the like but fixing
that is an exercise left for the reader.
configure.ac
m4/pdns_d_fortify_source.m4
m4/pdns_param_ssp_buffer_size.m4
m4/pdns_stack_protector.m4