eglibc: disable ssp, it breaks the build
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 16:21:49 +0000 (16:21 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 16:21:49 +0000 (16:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/eglibc/Makefile

index f333f9d..f949f18 100644 (file)
@@ -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
This page took 0.023291 seconds and 4 git commands to generate.