Browse Source

disable stack protector on Solaris

pull/465/head
Max Lv 9 years ago
parent
commit
5d83a5ee7f
2 changed files with 2 additions and 2 deletions
  1. 2
      libsodium/configure
  2. 2
      libsodium/configure.ac

2
libsodium/configure

@ -5430,7 +5430,7 @@ if test "x$enable_ssp" != "xno"; then :
case $host_os in #( case $host_os in #(
cygwin*|mingw*|msys|pw32*|cegcc*) :
cygwin*|mingw*|msys|pw32*|cegcc*|*aix*|*sunos*|*solaris*) :
;; #( ;; #(
*) : *) :

2
libsodium/configure.ac

@ -188,7 +188,7 @@ AS_CASE([$host_os],
AS_IF([test "x$enable_ssp" != "xno"],[ AS_IF([test "x$enable_ssp" != "xno"],[
AS_CASE([$host_os], AS_CASE([$host_os],
[cygwin*|mingw*|msys|pw32*|cegcc*], [ ],
[cygwin*|mingw*|msys|pw32*|cegcc*|*aix*|*sunos*|*solaris*], [ ],
[*], [ [*], [
AX_CHECK_COMPILE_FLAG([-fstack-protector], [ AX_CHECK_COMPILE_FLAG([-fstack-protector], [
AX_CHECK_LINK_FLAG([-fstack-protector], AX_CHECK_LINK_FLAG([-fstack-protector],

Loading…
Cancel
Save