mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user