diff options
author | 2022-04-09 05:28:33 +0100 | |
---|---|---|
committer | 2022-04-09 05:30:27 +0100 | |
commit | 1ed449cc0f55f53a177ce4cc6c81463a0e04d633 (patch) | |
tree | 71255e9549b30acaabe8ee35fa13f8ddcd1c4e6a /dev-util/ccache/files | |
parent | sec-keys/openpgp-keys-joelrosdahl: new package, add 20220409 (diff) | |
download | gentoo-1ed449cc0f55f53a177ce4cc6c81463a0e04d633.tar.gz gentoo-1ed449cc0f55f53a177ce4cc6c81463a0e04d633.tar.bz2 gentoo-1ed449cc0f55f53a177ce4cc6c81463a0e04d633.zip |
dev-util/ccache: add 4.6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache/files')
-rw-r--r-- | dev-util/ccache/files/ccache-4.1-avoid-run-user.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-util/ccache/files/ccache-4.1-avoid-run-user.patch b/dev-util/ccache/files/ccache-4.1-avoid-run-user.patch index be7db76ecbf0..b1d0837ef3e0 100644 --- a/dev-util/ccache/files/ccache-4.1-avoid-run-user.patch +++ b/dev-util/ccache/files/ccache-4.1-avoid-run-user.patch @@ -1,6 +1,12 @@ Gentoo's sandbox does not whitelist this path by default yet. TODO: bug link. +(4.1 update: +https://github.com/ccache/ccache/issues/984 +https://github.com/ccache/ccache/issues/1044 +https://github.com/ccache/ccache/commit/a0edd4294f6a5a2d3f0c7b01273736f975f250e1 +https://github.com/ccache/ccache/commit/ef2e922f9642f943199138447b29ec53fa63ea68) + Until we have a sandbox whitelisting the path let's rely on ccache's default. --- a/src/Config.cpp +++ b/src/Config.cpp |