sys-cluster/libi: export AR

Closes: https://bugs.gentoo.org/806260
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-31 15:05:44 +02:00
parent 0ba2f4a40d
commit 30d294a030

View File

@@ -1,8 +1,10 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
COMMIT="7375ba5bb0df87c68e58ad15e9e5e351ae020c08"
DESCRIPTION="A framework for bootstrapping extreme scale software systems"
@@ -31,6 +33,8 @@ PATCHES=(
)
src_configure() {
tc-export AR
local myconf=(
--enable-shared
--with-launchmon="${EPREFIX}/usr"