]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Undefine _FORTIFY_SOURCE prior using it
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 5 Sep 2013 10:54:49 +0000 (12:54 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2013 16:09:23 +0000 (20:09 +0400)
commite600cdf3b4ffe3370eb10a8e43ed547ac0f716cf
tree65e62523565f2d887a45e5b0ecee46a87b2080b4
parent6c2679fc19560699679200fb42ab4659bcbe7f79
configure: Undefine _FORTIFY_SOURCE prior using it

Currently, we are enforcing the _FORTIFY_SOURCE=2 without any
previous detection if the macro has been already defined, e.g.
by environment, or is just enabled by compiler by default.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure