Enable hardening flags at the end of the configure script.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 22 Jan 2022 21:56:55 +0000 (22:56 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 24 Jan 2022 00:07:53 +0000 (01:07 +0100)
commit63106cf58402a3af96640727b499258d0eb529f1
tree53120c7f9785fb40ab3fd51c9d2de1de3cda0c0d
parent7b8e06bde9b32a46b9b129d14886cb0fe0d52118
Enable hardening flags at the end of the configure script.

Unfortunately some of the autoconf checks themselver trigger compiler
warnings when hardening is enabled and if -Werror is also enabled. Avoid
this by only enabling the hardening flags at the end of the configure
script.
configure.ac