Skip to content

Commit 32da106

Browse files
committed
refresh patches
1 parent 935cf51 commit 32da106

6 files changed

+5
-69
lines changed

debian/patches/Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Updated by John Paul Adrian Glaubitz <[email protected]> on
1212
1 file changed, 3 insertions(+)
1313

1414
diff --git a/configure.ac b/configure.ac
15-
index fcae66f..3f454e5 100644
15+
index 0bc6a7a..d1bbd17 100644
1616
--- a/configure.ac
1717
+++ b/configure.ac
18-
@@ -2550,6 +2550,9 @@ AS_CASE([$coroutine_type], [yes|''], [
18+
@@ -2557,6 +2557,9 @@ AS_CASE([$coroutine_type], [yes|''], [
1919
[arm64-darwin*], [
2020
coroutine_type=arm64
2121
],

debian/patches/Fix-for-tzdata-2022g.patch

Lines changed: 0 additions & 63 deletions
This file was deleted.

debian/patches/Honor-the-tool-prefix-against-pkg-config.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Subject: Honor the tool prefix against pkg-config
77
1 file changed, 8 insertions(+), 5 deletions(-)
88

99
diff --git a/configure.ac b/configure.ac
10-
index 3f454e5..9d1b527 100644
10+
index d1bbd17..b414cf3 100644
1111
--- a/configure.ac
1212
+++ b/configure.ac
1313
@@ -496,11 +496,14 @@ AS_IF([test "$cross_compiling:$ac_cv_prog_DTRACE" = no: -a -n "$ac_tool_prefix"]

debian/patches/extract-gems-sequential-Keep-using-RUNRUBY.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Partially reverts https://github.com/ruby/ruby/pull/6203
1111
1 file changed, 1 insertion(+), 1 deletion(-)
1212

1313
diff --git a/common.mk b/common.mk
14-
index 6ca2841..a8522ee 100644
14+
index a3990a5..67aaebe 100644
1515
--- a/common.mk
1616
+++ b/common.mk
1717
@@ -1367,7 +1367,7 @@ update-gems$(gnumake:yes=-sequential): PHONY

debian/patches/lib-mkmf.rb-sort-list-of-object-files-in-generated-Makefi.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Signed-off-by: Reiner Herrmann <[email protected]>
1414
1 file changed, 1 insertion(+), 1 deletion(-)
1515

1616
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
17-
index 2305641..cdff54b 100644
17+
index be3be85..7682d2e 100644
1818
--- a/lib/mkmf.rb
1919
+++ b/lib/mkmf.rb
2020
@@ -2362,7 +2362,7 @@ LOCAL_LIBS = #{$LOCAL_LIBS}

debian/patches/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ ruby_default_arch.m4-don-t-require-arhitectures-to-be-kno.patch
99
test_readline-test_without_tty-Use-EnvUtil.rubybin.patch
1010
Fix-filenames-for-glibc-SO-files-on-alpha-and-ia64.patch
1111
Honor-the-tool-prefix-against-pkg-config.patch
12-
Fix-for-tzdata-2022g.patch
1312
extract-gems-sequential-Keep-using-RUNRUBY.patch

0 commit comments

Comments
 (0)