mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-misc/graftcp: pass $(CC) when make install
The makefile call $(CC) to detect the machine architecture in a variable thus it will be evaluated each time we enter the makefile, even when executing `make install` Signed-off-by: Yuhang Zeng <unlsycn@unlsycn.com>
This commit is contained in:
@@ -53,6 +53,6 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" AR="$(tc-getAR)" DESTDIR="${D}" PREFIX="/usr" install
|
||||
use systemd && emake DESTDIR="${D}" PREFIX="/usr" install_systemd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user