projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
083e9fd
)
eglibc: disable ssp, it breaks the build
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Feb 2011 16:21:49 +0000
(16:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Feb 2011 16:21:49 +0000
(16:21 +0000)
SVN-Revision: 25280
toolchain/eglibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/eglibc/Makefile
b/toolchain/eglibc/Makefile
index f333f9d8cb91b4b107c833fe6007ffe875aad979..f949f185aae787987a3b76a091e888609c4b492e 100644
(file)
--- 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