Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 599458 Details for
Bug 702730
sys-power/bbswitch-0.8-r2 does not respect system's CC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
current ebuild patch
0001-Respect-system-s-CC-variable.patch (text/plain), 875 bytes, created by
David Carlos Manuelda
on 2019-12-13 18:45:51 UTC
(
hide
)
Description:
current ebuild patch
Filename:
MIME Type:
Creator:
David Carlos Manuelda
Created:
2019-12-13 18:45:51 UTC
Size:
875 bytes
patch
obsolete
>From bed4ff92fa3f7df5e7eee2719261bb194d80614d Mon Sep 17 00:00:00 2001 >From: "David C. Manuelda" <StormByte@gmail.com> >Date: Fri, 13 Dec 2019 19:43:42 +0100 >Subject: [PATCH] Respect system's CC variable > >--- > sys-power/bbswitch/bbswitch-0.8-r2.ebuild | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/sys-power/bbswitch/bbswitch-0.8-r2.ebuild b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild >index 19ec80590..13fc6572e 100644 >--- a/sys-power/bbswitch/bbswitch-0.8-r2.ebuild >+++ b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild >@@ -3,7 +3,7 @@ > > EAPI=7 > >-inherit linux-mod >+inherit linux-mod toolchain-funcs > > if [[ ${PV} == 9999 ]]; then > inherit git-r3 >@@ -34,7 +34,7 @@ pkg_setup() { > linux-mod_pkg_setup > > BUILD_TARGETS="default" >- BUILD_PARAMS="KVERSION=${KV_FULL}" >+ BUILD_PARAMS="KVERSION=${KV_FULL} CC=$(tc-getCC)" > } > > src_prepare() { >-- >2.24.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 702730
:
599456
| 599458