1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 15:11:27 +02:00

eglibc: disable ssp, it breaks the build

SVN-Revision: 25280
This commit is contained in:
Felix Fietkau 2011-02-01 16:21:49 +00:00
parent 083e9fddff
commit 14840f6854

@ -82,6 +82,7 @@ endif
EGLIBC_MAKE:= \
$(MAKE) \
export libc_cv_ssp=no
define Host/SetToolchainInfo
$(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk