diff options
-rw-r--r-- | package/ruby/patches/patch-configure.orig | 11 | ||||
-rw-r--r-- | package/ruby/patches/patch-missing_isinf_c.orig | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/package/ruby/patches/patch-configure.orig b/package/ruby/patches/patch-configure.orig deleted file mode 100644 index 0405e2e91..000000000 --- a/package/ruby/patches/patch-configure.orig +++ /dev/null @@ -1,11 +0,0 @@ ---- ruby-2.0.0-p247.orig/configure 2013-06-27 13:16:17.000000000 +0200 -+++ ruby-2.0.0-p247/configure 2013-10-24 10:36:04.000000000 +0200 -@@ -7372,6 +7372,8 @@ else - unset ac_c_werror_flag - fi - -+# FIXME -+stack_protector=no - - # -fstack-protector - case "$target_os" in #( diff --git a/package/ruby/patches/patch-missing_isinf_c.orig b/package/ruby/patches/patch-missing_isinf_c.orig deleted file mode 100644 index 60b60aead..000000000 --- a/package/ruby/patches/patch-missing_isinf_c.orig +++ /dev/null @@ -1,11 +0,0 @@ ---- ruby-2.0.0-p247.orig/missing/isinf.c 2011-05-15 13:55:52.000000000 +0200 -+++ ruby-2.0.0-p247/missing/isinf.c 2013-10-24 09:03:04.000000000 +0200 -@@ -5,6 +5,8 @@ - #define _IEEE 1 - #include <nan.h> - -+#undef isinf -+ - int - isinf(double n) - { |