diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 16:21:49 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 16:21:49 +0000 |
commit | e71556383a9621b256fb791584f229bcc86df5d5 (patch) | |
tree | 69bae3ead1b8d819e2fddebbdfbd1b19f50aa56d | |
parent | c662e1c405819afbbbc6d0b732aeb263da8a114a (diff) |
eglibc: disable ssp, it breaks the build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/eglibc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |