diff options
author | James Maki <jmaki@multitech.com> | 2010-05-06 16:38:30 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-05-06 16:38:30 -0500 |
commit | 0db5b004b5609bc3f5b059ac6c52b17b6a42a673 (patch) | |
tree | db4d7c78a4d2e670df40d8c0f8bcd087671a0df6 /recipes | |
parent | 1917407903087e720c9f3bebde9c23b0e12f9bf9 (diff) |
Fix Ruby socket build failure
Ruby was not building the socket extension because of a problem
with IPv6 sizes. This gets it to build.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ruby/ruby_1.8.7-p248.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb index 827327b3d8..59d440c149 100644 --- a/recipes/ruby/ruby_1.8.7-p248.bb +++ b/recipes/ruby/ruby_1.8.7-p248.bb @@ -7,3 +7,4 @@ SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \ ${libdir}/ruby/1.8/*/*/.debug" +EXTRA_OECONF = "--enable-wide-getaddrinfo" |