Commit e97eab11 authored by kei-k@ca2.so-net.ne.jp's avatar kei-k@ca2.so-net.ne.jp Committed by Thomas Petazzoni
Browse files

package/gauche: force to use internal libatomic_ops

Force to use internal libatomic_ops of gauche, since the external
libatomic_ops packaged in Buildroot is not compatible with gauche.

Fixes:

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



[Thomas: tweak commit log.]

Signed-off-by: default avatarHiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
Reviewed-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 91f888cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)