From: nbd Date: Tue, 1 Feb 2011 16:21:49 +0000 (+0000) Subject: eglibc: disable ssp, it breaks the build X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/e71556383a9621b256fb791584f229bcc86df5d5 eglibc: disable ssp, it breaks the build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index f333f9d8c..f949f185a 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -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