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:
Michael Tremer
2017-04-26 11:48:48 +01:00
parent 2bc88212b0
commit dfa795eb1a

View File

@@ -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