From: cyrus Date: Mon, 29 Jun 2015 16:44:27 +0000 (+0000) Subject: hardening: disable user-space SSP for !musl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=78c3550b194b132b594e954aa259686f39e1b8a3;p=openwrt.git hardening: disable user-space SSP for !musl Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46146 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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