mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 01:55:02 -07:00
Disable ssp on Solaris where people may use old toolchains
This commit is contained in:
parent
0217d07326
commit
445dc37c16
2
configure
vendored
2
configure
vendored
@ -8892,7 +8892,7 @@ then :
|
||||
|
||||
|
||||
case $host_os in #(
|
||||
cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*) :
|
||||
solaris*|cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*) :
|
||||
;; #(
|
||||
*) :
|
||||
|
||||
|
@ -295,7 +295,7 @@ AS_CASE([$host_os],
|
||||
AS_IF([test "x$enable_ssp" != "xno"],[
|
||||
|
||||
AS_CASE([$host_os],
|
||||
[cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*], [ ],
|
||||
[solaris*|cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none|eabi*], [ ],
|
||||
[*], [
|
||||
AX_CHECK_COMPILE_FLAG([-fstack-protector], [
|
||||
AX_CHECK_LINK_FLAG([-fstack-protector],
|
||||
|
Loading…
Reference in New Issue
Block a user