mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
ruby: explicitly disable dtrace support
both 2.2.1 and 2.2.2 are failing on some hosts native builds with: | linking miniruby | load.o: In function `rb_f_load': | load.c:(.text+0x3af): undefined reference to `RUBY_DTRACE_LOAD_ENTRY_ENABLED' | load.c:(.text+0x428): undefined reference to `RUBY_DTRACE_LOAD_RETURN_ENABLED' | load.c:(.text+0x452): undefined reference to `RUBY_DTRACE_LOAD_RETURN' | load.c:(.text+0x492): undefined reference to `RUBY_DTRACE_LOAD_ENTRY' | load.o: In function `rb_require_internal': Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
86835b4ac5
commit
41e45a16f6
|
@ -18,6 +18,7 @@ PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo,"
|
|||
EXTRA_OECONF = "\
|
||||
--disable-versioned-paths \
|
||||
--disable-rpath \
|
||||
--disable-dtrace \
|
||||
--enable-shared \
|
||||
--enable-load-relative \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user