Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops
@ 2015-11-13 10:06 Hiroshi Kawashima
  2015-11-16  7:01 ` Arnout Vandecappelle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hiroshi Kawashima @ 2015-11-13 10:06 UTC (permalink / raw)
  To: buildroot

Force to use internal libatomic_ops of gauche.

Fix:
http://autobuild.buildroot.org/results/a97/a979f6a58f0fbb1896830461d6c384f4a65c9429//

Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
---
diff --git a/package/gauche/gauche.mk b/package/gauche/gauche.mk
index b887c6a..95a448b 100644
--- a/package/gauche/gauche.mk
+++ b/package/gauche/gauche.mk
@@ -12,6 +12,7 @@ GAUCHE_LICENSE_FILES = COPYING
 GAUCHE_DEPENDENCIES = host-gauche
 
 HOST_GAUCHE_CONF_OPTS = --without-zlib
+GAUCHE_CONF_OPTS = --without-libatomic-ops
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 GAUCHE_CONF_OPTS += --with-zlib=$(STAGING_DIR)
============================================================
    Hiroshi Kawashima

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

end of thread, other threads:[~2015-11-16 22:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 10:06 [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops Hiroshi Kawashima
2015-11-16  7:01 ` Arnout Vandecappelle
2015-11-16  8:22 ` Jerzy Grzegorek
2015-11-16 22:04 ` Thomas Petazzoni

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