diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 16:21:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 16:21:49 +0000 |
commit | a77e76ae66d3acf623b21a812073fc61d21fceb6 (patch) | |
tree | 69bae3ead1b8d819e2fddebbdfbd1b19f50aa56d /toolchain/eglibc/Makefile | |
parent | b0ee5554e3dcffbf514a2526bc61a8c0102cf710 (diff) | |
download | upstream-a77e76ae66d3acf623b21a812073fc61d21fceb6.tar.gz upstream-a77e76ae66d3acf623b21a812073fc61d21fceb6.tar.bz2 upstream-a77e76ae66d3acf623b21a812073fc61d21fceb6.zip |
eglibc: disable ssp, it breaks the build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25280 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Makefile')
-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 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 |