summaryrefslogtreecommitdiffstats
path: root/meta-ruby
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-05-04 23:20:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-05 18:31:29 +0200
commit27724be3221da57fc87d5f797502fa7a607730dd (patch)
tree64d3804c6bdf9eb505ff86da56a2e6da0a6ddead /meta-ruby
parent3cee9f4ceb4106e2ee165595a493b91386dd0c69 (diff)
downloadmeta-openembedded-27724be3221da57fc87d5f797502fa7a607730dd.tar.gz
ruby: add --enable-wide-getaddrinfo to whitelist
* fixes: ruby-1.9.3-p429: ruby: configure was passed unrecognised options: --enable-wide-getaddrinfo Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby')
-rw-r--r--meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
index 883bb9896..48a65a948 100644
--- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
+++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
@@ -15,6 +15,11 @@ SRC_URI += "\
15SRC_URI[md5sum] = "993c72f7f805a9eb453f90b0b7fe0d2b" 15SRC_URI[md5sum] = "993c72f7f805a9eb453f90b0b7fe0d2b"
16SRC_URI[sha256sum] = "d192d1afc46a7ef27b9d0a3c7a67b509048984db2c38907aa82641bdf980acf4" 16SRC_URI[sha256sum] = "d192d1afc46a7ef27b9d0a3c7a67b509048984db2c38907aa82641bdf980acf4"
17 17
18# it's unknown to configure script, but then passed to extconf.rb
19# maybe it's not really needed as we're hardcoding the result with
20# 0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
21UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"
22
18EXTRA_OECONF = "\ 23EXTRA_OECONF = "\
19 --enable-wide-getaddrinfo \ 24 --enable-wide-getaddrinfo \
20 --disable-versioned-paths \ 25 --disable-versioned-paths \