Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 905877 Details for
Bug 906019
app-editors/neovim-0.9.0-r1 - hardcoded usage of ccache
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to disable forced ccache
neovim-0.10.1-disable-forced-ccache.patch (text/plain), 929 bytes, created by
hololeap
on 2024-10-15 07:01:08 UTC
(
hide
)
Description:
Patch to disable forced ccache
Filename:
MIME Type:
Creator:
hololeap
Created:
2024-10-15 07:01:08 UTC
Size:
929 bytes
patch
obsolete
>From 6fdcec3051bc935802fd26f62e5b8560994acf9d Mon Sep 17 00:00:00 2001 >From: hololeap <hololeap@protonmail.com> >Date: Tue, 15 Oct 2024 00:54:59 -0600 >Subject: [PATCH 1/1] Remove ccache from cmake/Deps.cmake > >Signed-off-by: hololeap <hololeap@protonmail.com> >--- > cmake/Deps.cmake | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/cmake/Deps.cmake b/cmake/Deps.cmake >index 398d956..f34f563 100644 >--- a/cmake/Deps.cmake >+++ b/cmake/Deps.cmake >@@ -23,12 +23,6 @@ if(POLICY CMP0092) > list(APPEND DEPS_CMAKE_ARGS -D CMAKE_POLICY_DEFAULT_CMP0092=NEW) > endif() > >-find_program(CACHE_PRG NAMES ccache sccache) >-if(CACHE_PRG) >- set(CMAKE_C_COMPILER_LAUNCHER ${CMAKE_COMMAND} -E env CCACHE_SLOPPINESS=pch_defines,time_macros ${CACHE_PRG}) >- list(APPEND DEPS_CMAKE_CACHE_ARGS -DCMAKE_C_COMPILER_LAUNCHER:STRING=${CMAKE_C_COMPILER_LAUNCHER}) >-endif() >- > # MAKE_PRG > if(UNIX) > find_program(MAKE_PRG NAMES gmake make) >-- >2.45.2
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 906019
:
861388
|
861389
| 905877