diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-30 12:54:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-30 12:54:28 +0000 |
commit | cc99e5b35dad9198a26dd882852787f40b56d8f6 (patch) | |
tree | c7ee309d7009d2f6831ab5085106ffccce5bdd43 /package | |
parent | 890c213508cc7702135bf289b48fbb366eea5e3b (diff) | |
download | upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.tar.gz upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.tar.bz2 upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.zip |
Disable smash stacking support by default, but allow to enable it as an experimental feature
SVN-Revision: 12010
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 5ab776df51..f4ef55d110 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -78,6 +78,7 @@ endef define Package/libssp $(call Package/gcc/Default) + DEPENDS:=@SSP_SUPPORT TITLE:=GCC support library endef |