Closes: https://bugs.gentoo.org/724966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
src_configure() {
do_configure \
PREFIX="${EPREFIX}/usr"\
+ CC="$(tc-getCC)"\
$(usex debug '-profiling' '' '' '')\
$(usex debug '-debug' '' '' '')\
$(usex geoip '-geoip' '' '' '')\
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
src_configure() {
do_configure \
+ CC="$(tc-getCC)"
PREFIX="${EPREFIX}/usr"\
$(usex debug '-profiling' '' '' '')\
$(usex debug '-debug' '' '' '')\
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
src_configure() {
do_configure \
- PREFIX="${EPREFIX}/usr"\
+ PREFIX="${EPREFIX}/usr" \
+ CC="$(tc-getCC)" \
$(usex debug '-profiling' '' '' '')\
$(usex debug '-debug' '' '' '')\
$(usex geoip '-geoip' '' '' '')\