]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: improve FORTIFY_SOURCE usage
authorEric Blake <eblake@redhat.com>
Tue, 23 Oct 2012 20:00:32 +0000 (14:00 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 23 Oct 2012 20:00:32 +0000 (14:00 -0600)
commitcf9bced084d64112db43da76332b84c6a64fd438
tree139667d5322df2e5181fb808e87e2f064959b61f
parent2f3e2c0c434218a3d656c08779cb98b327170e11
build: improve FORTIFY_SOURCE usage

Based on this coreutils bug report, since coreutils copied what
libvirt had done:
https://lists.gnu.org/archive/html/bug-coreutils/2012-10/msg00121.html

* m4/virt-compile-warnings.m4 (LIBVIRT_COMPILE_WARNINGS): Allow
for user to pre-define _FORTIFY_SOURCE.
m4/virt-compile-warnings.m4