Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ruby: disable fiddle support for bfin
@ 2014-10-23 19:58 Peter Seiderer
  2014-10-25  9:07 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2014-10-23 19:58 UTC (permalink / raw)
  To: buildroot

Disable fiddle support because of compile failure (no ffi_closure support
for bfin).

Fixes:
 http://autobuild.buildroot.net/results/0a8/0a854274b520d4daca3911a64777a447b5756a52/

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/ruby/ruby.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 34da13d..f425865 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -30,6 +30,8 @@ RUBY_CONF_ENV = CFLAGS="$(RUBY_CFLAGS)"
 
 ifeq ($(BR2_bfin),y)
 RUBY_CONF_ENV = ac_cv_func_dl_iterate_phdr=no
+# disabled because of compile error (missing ffi_closure support for bfin)
+RUBY_CONF_OPTS += --with-out-ext=fiddle
 endif
 
 # Force optionals to build before we do
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] ruby: disable fiddle support for bfin
  2014-10-23 19:58 [Buildroot] [PATCH] ruby: disable fiddle support for bfin Peter Seiderer
@ 2014-10-25  9:07 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-10-25  9:07 UTC (permalink / raw)
  To: buildroot

Dear Peter Seiderer,

On Thu, 23 Oct 2014 21:58:34 +0200, Peter Seiderer wrote:
> Disable fiddle support because of compile failure (no ffi_closure support
> for bfin).
> 
> Fixes:
>  http://autobuild.buildroot.net/results/0a8/0a854274b520d4daca3911a64777a447b5756a52/
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/ruby/ruby.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-25  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 19:58 [Buildroot] [PATCH] ruby: disable fiddle support for bfin Peter Seiderer
2014-10-25  9:07 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox