summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-08-26 16:52:36 +0200
committerJeroen Roovers <jer@gentoo.org>2020-08-26 16:52:50 +0200
commit342576f5b19a9f09e64218a21910b2ee2372cd5e (patch)
treebb46910cf549870e1628caf140e62ac42ff328ac /dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
parentmedia-sound/picard: added missing dep to 2.4.2 and live (diff)
downloadgentoo-342576f5b19a9f09e64218a21910b2ee2372cd5e.tar.gz
gentoo-342576f5b19a9f09e64218a21910b2ee2372cd5e.tar.bz2
gentoo-342576f5b19a9f09e64218a21910b2ee2372cd5e.zip
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>
Diffstat (limited to 'dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild')
-rw-r--r--dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
index 386556e699be..3e02e09d373c 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.4.3.ebuild
@@ -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() {