diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-03-01 21:55:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-03-01 21:55:10 +0100 |
commit | 38928cae57e106d1c3736b52645a5d3d88b6a431 (patch) | |
tree | 63c332d55b7f9a50691a4a539e70d337d2106435 /package/ruby/patches/patch-configure | |
parent | 0820b94a8326b3e8cc75d0078f93c7626ccf8147 (diff) |
ruby: update to 3.0.0
Diffstat (limited to 'package/ruby/patches/patch-configure')
-rw-r--r-- | package/ruby/patches/patch-configure | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/ruby/patches/patch-configure b/package/ruby/patches/patch-configure deleted file mode 100644 index 6a6360320..000000000 --- a/package/ruby/patches/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- ruby-2.4.0.orig/configure 2016-12-23 17:06:46.000000000 +0100 -+++ ruby-2.4.0/configure 2017-01-30 03:08:52.351107663 +0100 -@@ -9412,6 +9412,13 @@ esac - ac_cv_func_isinf=yes - ac_cv_func_isnan=yes - ;; #( -+ linux*) : -+ LIBS="-lm $LIBS" -+ # finite(), isinf() and isnan() are macros on Linux. -+ ac_cv_func_finite=yes -+ ac_cv_func_isinf=yes -+ ac_cv_func_isnan=yes -+ ;; #( - aix*) : - LIBS="-lm $LIBS" - ac_cv_func_round=no |