Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ccache: add clang symlinks.
@ 2019-06-06 18:53 voidlinux-github
  2019-06-07 15:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-06 18:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

There is a new pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages ccache-clang-symlinks
https://github.com/void-linux/void-packages/pull/12217

ccache: add clang symlinks.
This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/12217.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ccache-clang-symlinks-12217.patch --]
[-- Type: application/text/x-diff, Size: 1126 bytes --]

From efa6705df60ae12d12abb0b431ffd35866d3c574 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 6 Jun 2019 20:52:45 +0200
Subject: [PATCH] ccache: add clang symlinks.

This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ccache/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template
index f16145fd54b..fc155d6fcd3 100644
--- a/srcpkgs/ccache/template
+++ b/srcpkgs/ccache/template
@@ -1,7 +1,7 @@
 # Template file for 'ccache'
 pkgname=ccache
 version=3.7.1
-revision=1
+revision=2
 bootstrap=yes
 build_style=gnu-configure
 make_check_args="CC=gcc"
@@ -17,7 +17,7 @@ checksum=66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65
 
 post_install() {
 	vmkdir usr/lib/ccache/bin
-	for f in gcc cc c++ g++; do
+	for f in gcc cc c++ g++ clang clang++; do
 		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
 		for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
 			arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-07 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06 18:53 [PR PATCH] ccache: add clang symlinks voidlinux-github
2019-06-07 15:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-07 15:59 ` voidlinux-github
2019-06-07 16:03 ` voidlinux-github
2019-06-07 16:03 ` voidlinux-github
2019-06-07 17:54 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).