mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Don't enable the stack protector on unknown operating systems
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ AS_CASE([$host_os],
|
||||
AS_IF([test "x$enable_ssp" != "xno"],[
|
||||
|
||||
AS_CASE([$host_os],
|
||||
[cygwin*|mingw*|msys|pw32*|cegcc*|haiku], [ ],
|
||||
[cygwin*|mingw*|msys|pw32*|cegcc*|haiku|none], [ ],
|
||||
[*], [
|
||||
AX_CHECK_COMPILE_FLAG([-fstack-protector], [
|
||||
AX_CHECK_LINK_FLAG([-fstack-protector],
|
||||
|
||||
Reference in New Issue
Block a user