diff options
Diffstat (limited to 'packages/ruby/files/disable_wide_getaddrinfo_check.patch')
| -rw-r--r-- | packages/ruby/files/disable_wide_getaddrinfo_check.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/ruby/files/disable_wide_getaddrinfo_check.patch b/packages/ruby/files/disable_wide_getaddrinfo_check.patch deleted file mode 100644 index 82137896b9..0000000000 --- a/packages/ruby/files/disable_wide_getaddrinfo_check.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch f667776fd8760b7048cc9617930112347b0ef2c0 -+++ packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch f667776fd8760b7048cc9617930112347b0ef2c0 -@@ -0,0 +1,13 @@ -+--- ruby-1.8.5/ext/socket/extconf.rb.orig 2006-12-30 15:12:31.000000000 +1100 -++++ ruby-1.8.5/ext/socket/extconf.rb 2006-12-30 15:16:24.000000000 +1100 -+@@ -216,6 +216,10 @@ -+ } -+ EOF -+ end -++# Ignore the actual result of the above test and assume that -++# everything is OK. -++getaddr_info_ok = true -++ -+ if ipv6 and not getaddr_info_ok -+ abort <<EOS -+ |
