From 27724be3221da57fc87d5f797502fa7a607730dd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 4 May 2014 23:20:49 +0200 Subject: 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 --- meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-ruby') 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 \ -- cgit 1.2.3-korg