mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
sys-cluster/libi: export AR
Closes: https://bugs.gentoo.org/806260 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user