mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
app-misc/cmd-timer: tc-export CC
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
if [ "${PV}" != "9999" ]; then
|
||||
VERIFY_SIG_METHOD=signify
|
||||
inherit verify-sig
|
||||
@@ -50,6 +52,8 @@ if [ "${PV}" != "9999" ]; then
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
|
||||
use static && export LDSTATIC=-static
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# Copyright 2025 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# Copyright 2025-2026 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
if [ "${PV}" != "9999" ]; then
|
||||
VERIFY_SIG_METHOD=signify
|
||||
inherit verify-sig
|
||||
@@ -46,6 +48,8 @@ if [ "${PV}" != "9999" ]; then
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
|
||||
use static && export LDSTATIC=-static
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user