aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 883bb98968..48a65a948b 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 += "\
SRC_URI[md5sum] = "993c72f7f805a9eb453f90b0b7fe0d2b"
SRC_URI[sha256sum] = "d192d1afc46a7ef27b9d0a3c7a67b509048984db2c38907aa82641bdf980acf4"
+# it's unknown to configure script, but then passed to extconf.rb
+# maybe it's not really needed as we're hardcoding the result with
+# 0001-socket-extconf-hardcode-wide-getaddr-info-test-outco.patch
+UNKNOWN_CONFIGURE_WHITELIST += "--enable-wide-getaddrinfo"
+
EXTRA_OECONF = "\
--enable-wide-getaddrinfo \
--disable-versioned-paths \