glibc: disable _FORTIFY_SOURCE from CFLAGS.
This commit is contained in:
parent
4c49a35f43
commit
2140ff85e9
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ do_configure() {
|
|||
# Disable SSP
|
||||
export CFLAGS="${CFLAGS/-fstack-protector-strong/}"
|
||||
# Disable FORTIFY_SOURCE
|
||||
export CPPFLAGS="${CPPFLAGS/-D_FORTIFY_SOURCE=?/}"
|
||||
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
||||
|
||||
SHELL=/bin/bash ../configure ${configure_args} \
|
||||
--bindir=/usr/bin --sbindir=/usr/sbin \
|
||||
|
|
Loading…
Reference in a new issue