Gauche 0.9.5 supports external "libatomic-ops" library. Apply this patch to use system provided library.
From 66cb16222e604a4bb2144912b00841ea0fe8c5c1 Mon Sep 17 00:00:00 2001 From: YOKOTA Hiroshi <[email protected]> Date: Mon, 31 Oct 2016 02:59:30 +0900 Subject: [PATCH] Use external libatomic-ops library
Gauche 0.9.5 supports external libatomic-ops library. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 11aa867..d76420d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: optional Maintainer: Debian Gauche Maintainers <[email protected]> Uploaders: YAEGASHI Takeshi <[email protected]>, NIIBE Yutaka <[email protected]>, Jens Thiele <[email protected]> -Build-Depends: quilt (>= 0.46-7~), debhelper (>= 9), autotools-dev, texinfo, libgdbm-dev, autoconf, automake, libtool, pkg-config, slib (>> 3a5), zlib1g-dev, netbase +Build-Depends: quilt (>= 0.46-7~), debhelper (>= 9), autotools-dev, texinfo, libgdbm-dev, autoconf, automake, libtool, pkg-config, slib (>> 3a5), zlib1g-dev, netbase, libatomic-ops-dev Standards-Version: 3.9.6 Homepage: http://practical-scheme.net/gauche/ -- 2.10.2

