Enable _FORTIFY_SOURCE=2
commit849583050d5f6f782718be8cb50688978973fbea
authorKirill A. Shutemov <kirill@shutemov.name>
Tue, 19 Jan 2010 23:56:22 +0000 (20 00:56 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Jan 2010 20:59:20 +0000 (26 14:59 -0600)
tree21e5eeb0ae897a827c814d22410fe4c0e7750b9a
parentacdc3f0c59d076099c63425158c4811aaee984b6
Enable _FORTIFY_SOURCE=2

_FORTIFY_SOURCE is a Glibc feature which adds memory and string function
protection.

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure