dev-libs/libmaxminddb: Set AR/CC

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://bugs.gentoo.org/739104
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2020-08-26 16:52:36 +02:00
parent 3698d3e884
commit 342576f5b1
4 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit toolchain-funcs
DESCRIPTION="C library for the MaxMind DB file format"
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -16,6 +17,7 @@ DOCS=( Changes.md )
src_configure() {
econf $(use_enable static-libs static)
tc-export AR CC
}
src_install() {

View File

@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="C library for the MaxMind DB file format"
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -16,6 +17,7 @@ DOCS=( Changes.md )
src_configure() {
econf $(use_enable static-libs static)
tc-export AR CC
}
src_install() {

View File

@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="C library for the MaxMind DB file format"
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -16,6 +17,7 @@ DOCS=( Changes.md )
src_configure() {
econf $(use_enable static-libs static)
tc-export AR CC
}
src_install() {

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools git-r3
inherit autotools git-r3 toolchain-funcs
DESCRIPTION="C library for the MaxMind DB file format"
HOMEPAGE="https://github.com/maxmind/libmaxminddb"
@@ -22,6 +22,7 @@ src_prepare() {
src_configure() {
econf $(use_enable static-libs static)
tc-export AR CC
}
src_install() {