Просмотр исходного кода

hardening: disable user-space SSP for !musl

Signed-off-by: Steven Barth <[email protected]>

SVN-Revision: 46146
Steven Barth 10 лет назад
Родитель
Сommit
efe03e5fc7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      config/Config-build.in

+ 1 - 0
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