mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
glibc: Do not enable stack-smashing protector in toolchain stage
This is causing build errors on some systems where the host system does or does not use SSP. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -38,7 +38,8 @@ ifeq "$(ROOT)" ""
|
||||
EXTRA_CONFIG = \
|
||||
--build=$(BUILDTARGET) \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/glibc
|
||||
--libexecdir=/usr/lib/glibc \
|
||||
--enable-stack-protector=strong
|
||||
else
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)-tools
|
||||
EXTRA_CONFIG = \
|
||||
@@ -75,8 +76,7 @@ EXTRA_CONFIG += \
|
||||
--enable-add-ons \
|
||||
--without-selinux \
|
||||
--enable-experimental-malloc \
|
||||
--enable-bind-now \
|
||||
--enable-stack-protector=strong
|
||||
--enable-bind-now
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
Reference in New Issue
Block a user