Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561070
en ru br
ALT Linux repos
S:3.1.2-alt2.1
5.0: 1.8.7-alt7
4.1: 1.8.7-alt0.M41.5
4.0: 1.8.6-alt2.M40.2
3.0: 1.8.2-alt7

Group :: Development/Ruby
RPM: ruby

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: socket-alt.patch
Download


--- ruby/ext/socket/extconf.rb.orig	2004-03-10 13:00:03 +0200
+++ ruby/ext/socket/extconf.rb	2004-03-10 14:37:15 +0200
@@ -291,6 +291,9 @@
 EOF
   $getaddr_info_ok = true
 end
+if enable_config("wide-getaddrinfo", false) 
+    $getaddr_info_ok = true
+end
 if $ipv6 and not $getaddr_info_ok
       print <<EOS
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin