From: nbd Date: Tue, 1 Feb 2011 16:21:49 +0000 (+0000) Subject: eglibc: disable ssp, it breaks the build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e71556383a9621b256fb791584f229bcc86df5d5;p=openwrt.git 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 f333f9d8cb..f949f185aa 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