glibc: disable _FORTIFY_SOURCE.

This commit is contained in:
Juan RP 2015-03-11 13:05:46 +01:00
parent 32401a0f38
commit 909c9b7929
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ do_configure() {
# Disable SSP
export CFLAGS="${CFLAGS/-fstack-protector-strong/}"
# Disable FORTIFY_SOURCE
export CPPFLAGS="${CPPFLAGS/-D_FORTIFY_SOURCE=?/}"
SHELL=/bin/bash ../configure ${configure_args} \
--bindir=/usr/bin --sbindir=/usr/sbin \