mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-block/blktrace: avoid 'gcc' call in 'make install'
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -47,7 +47,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man"
|
||||
emake install CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${CPPFLAGS}" DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man"
|
||||
einstalldocs
|
||||
use doc && dodoc doc/blktrace.pdf btt/doc/btt.pdf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user