dev-scheme/gauche: specify system CA certificates path
authorAkinori Hattori <hattya@gentoo.org>
Fri, 20 Jul 2018 13:12:31 +0000 (22:12 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Fri, 20 Jul 2018 13:23:33 +0000 (22:23 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-scheme/gauche/gauche-0.9.6-r1.ebuild [moved from dev-scheme/gauche/gauche-0.9.6.ebuild with 94% similarity]

similarity index 94%
rename from dev-scheme/gauche/gauche-0.9.6.ebuild
rename to dev-scheme/gauche/gauche-0.9.6-r1.ebuild
index 37e0c2b459d4fe23e74c6d747a9c15190a8f2f9a..17f4e9bbdc4ec2fb6ef0561f731f8a452b5caba0 100644 (file)
@@ -43,6 +43,7 @@ src_prepare() {
 src_configure() {
        econf \
                $(use_enable ipv6) \
+               --with-ca-bundle="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
                --with-libatomic-ops=no \
                --with-slib="${EPREFIX}"/usr/share/slib \
                --with-tls=axtls$(usex mbedtls ',mbedtls' '')