mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
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
|
# Disable SSP
|
||||||
export CFLAGS="${CFLAGS/-fstack-protector-strong/}"
|
export CFLAGS="${CFLAGS/-fstack-protector-strong/}"
|
||||||
|
# Disable FORTIFY_SOURCE
|
||||||
|
export CPPFLAGS="${CPPFLAGS/-D_FORTIFY_SOURCE=?/}"
|
||||||
|
|
||||||
SHELL=/bin/bash ../configure ${configure_args} \
|
SHELL=/bin/bash ../configure ${configure_args} \
|
||||||
--bindir=/usr/bin --sbindir=/usr/sbin \
|
--bindir=/usr/bin --sbindir=/usr/sbin \
|
||||||
|
|
Loading…
Add table
Reference in a new issue