package/gauche: fix build failure due to libatomic_ops

Fix the following build failure raised since bump to version 9.12.0 in
commit f2eb56459e and
9601603db7
which deleted the internal libatomic_ops:

configure: error: libatomic_ops is required.  You can either install it on
                  your system, or fetch and unpack a recent version into the
                  source directory and link or rename it to libatomic_ops.

Fixes:
 - http://autobuild.buildroot.org/results/4c7a1b690d1b12e39b6b24f8cc8a144f79c73711

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022.08.x
Fabrice Fontaine 2022-08-09 21:09:26 +02:00 committed by Thomas Petazzoni
parent 685100fe85
commit 3a9369fdeb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ GAUCHE_LICENSE_FILES = COPYING
GAUCHE_DEPENDENCIES = host-gauche
HOST_GAUCHE_CONF_OPTS = --without-zlib
GAUCHE_CONF_OPTS = --without-libatomic-ops
GAUCHE_CONF_OPTS = --with-libatomic-ops=none
# Enable embedded axTLS
GAUCHE_TLS_LIBS = axtls