glibc: disable _FORTIFY_SOURCE.
This commit is contained in:
parent
32401a0f38
commit
909c9b7929
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue