-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update ruby to latest version - remove all patches that were already included in this version - rebuild all externally packaged gems
- Loading branch information
1 parent
6d7543a
commit 84abecc
Showing
7 changed files
with
142 additions
and
369 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -1361,7 +1361,7 @@ | ||
AC_CHECK_HEADERS(sys/event.h) | ||
AC_CHECK_HEADERS(stdatomic.h) | ||
|
||
-AS_CASE("$target_cpu", [x64|x86_64|i[3-6]86*], [ | ||
+AS_CASE("$target_cpu", [x64|x86_64|[i[3-6]86*]], [ | ||
AC_CHECK_HEADERS(x86intrin.h) | ||
]) | ||
RUBY_UNIVERSAL_CHECK_HEADER([x86_64, i386], x86intrin.h) | ||
@@ -3499,7 +3499,7 @@ | ||
], | ||
[mingw*], [ | ||
RUBY_SO_NAME="${rb_cv_msvcrt}"'-$(RUBY_BASE_NAME)$(MAJOR)$(MINOR)0' | ||
- AS_IF([test x"${target_cpu}" != xi386], [ | ||
+ AS_IF([test x"${target_cpu}" != xi386 || test x"${rb_cv_msvcrt}" != xmsvcrt], [ | ||
RUBY_SO_NAME="${target_cpu}-${RUBY_SO_NAME}" | ||
]) | ||
], | ||
@@ -4070,6 +4070,7 @@ | ||
[mingw*], [ | ||
AS_IF([test x"$enable_shared" = xyes], [ | ||
LIBRUBY_SO='$(RUBY_SO_NAME)'.dll | ||
+ LIBRUBY_SONAME='' | ||
LIBRUBY_DLDFLAGS="${LIBRUBY_DLDFLAGS}"' $(RUBYDEF)' | ||
]) | ||
EXPORT_PREFIX=' ' |
113 changes: 0 additions & 113 deletions
113
mingw-w64-ruby/2e25fe5200cbc837837708b0845844f36b55d005.patch
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
mingw-w64-ruby/81a1fca366d9f5b49836e42acdb19f3ff0c8173c.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.