mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
3cee9f4ceb
commit
27724be322
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user