From: Steven Barth Date: Mon, 29 Jun 2015 16:44:27 +0000 (+0000) Subject: hardening: disable user-space SSP for !musl X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=cbd0e63c291c840b8dcfa8615eb5fbe7d903a4f9 hardening: disable user-space SSP for !musl Signed-off-by: Steven Barth SVN-Revision: 46146 --- diff --git a/config/Config-build.in b/config/Config-build.in index aef03444c2..4e2b0f583d 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -219,6 +219,7 @@ menu "Global build settings" choice prompt "User space Stack-Smashing Protection" + depends on USE_MUSL default PKG_CC_STACKPROTECTOR_REGULAR help Enable GCC Stack Smashing Protection (SSP) for userspace applications