HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/patches/ruby/2.0.0/broken_stack_protector.patch
--- trunk/configure 2013-06-27 13:16:17.000000000 +0200
+++ trunk/configure 2013-09-08 20:47:28.911451551 +0200
@@ -7424,7 +7424,7 @@
   unset ac_c_werror_flag
 fi

- if test "x$stack_protector" = xyes; then
+ if test "x$stack_protector" = xnotbroken; then

     save_LDFLAGS="$LDFLAGS"
     LDFLAGS="$LDFLAGS -fstack-protector"
@@ -7475,7 +7475,7 @@
  fi
      ;;
 esac
-    if test "x$stack_protector" = xyes; then
+    if test "x$stack_protector" = xnotbroken; then
  # RUBY_APPEND_OPTION(XCFLAGS, -fstack-protector)
  case " ${XCFLAGS-} " in #(
   *' -fstack-protector '*) :