summaryrefslogtreecommitdiffstats
path: root/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch')
-rw-r--r--meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch b/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
index 64f093a4f..712602ace 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
+++ b/meta-ruby/recipes-devtools/ruby/ruby/0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
@@ -8,13 +8,11 @@ Without this the socket extension doesn't build correctly
8Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 8Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9--- 9---
10 ext/socket/extconf.rb | 5 +++++ 10 ext/socket/extconf.rb | 5 +++++
11 1 files changed, 5 insertions(+), 0 deletions(-) 11 1 file changed, 5 insertions(+)
12 12
13diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
14index ece6158..5fba46c 100644
15--- a/ext/socket/extconf.rb 13--- a/ext/socket/extconf.rb
16+++ b/ext/socket/extconf.rb 14+++ b/ext/socket/extconf.rb
17@@ -222,6 +222,11 @@ main() 15@@ -356,6 +356,11 @@
18 exit(EXIT_FAILURE); 16 exit(EXIT_FAILURE);
19 } 17 }
20 EOF 18 EOF
@@ -23,9 +21,6 @@ index ece6158..5fba46c 100644
23+# everything is OK. 21+# everything is OK.
24+getaddr_info_ok = true 22+getaddr_info_ok = true
25+ 23+
26 end
27 if ipv6 and not getaddr_info_ok 24 if ipv6 and not getaddr_info_ok
28 abort <<EOS 25 abort <<EOS
29-- 26
301.6.6.1
31