summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() {