summarylogtreecommitdiffstats
path: root/0001-disable-forced-ccache.patch
diff options
context:
space:
mode:
authorAntoine Viallon2021-02-09 13:43:23 +0100
committerAntoine Viallon2021-02-09 13:43:23 +0100
commit8589dbf852af7f749ee7a27547efb401b209eb5b (patch)
treed64c595c635826de227f0980286d2d7e54576700 /0001-disable-forced-ccache.patch
parentc3e719999ccc2bb3ce6f3bca61c181965166fd83 (diff)
downloadaur-8589dbf852af7f749ee7a27547efb401b209eb5b.tar.gz
Change pkgver function, add missing submodules and disable automatic ccache
Diffstat (limited to '0001-disable-forced-ccache.patch')
-rw-r--r--0001-disable-forced-ccache.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0001-disable-forced-ccache.patch b/0001-disable-forced-ccache.patch
new file mode 100644
index 000000000000..3a587dfe0e2c
--- /dev/null
+++ b/0001-disable-forced-ccache.patch
@@ -0,0 +1,11 @@
+--- Makefile 2021-02-09 12:30:57.700282539 +0100
++++ Makefile 2021-02-09 12:31:06.658439895 +0100
+@@ -30,4 +30,4 @@
+-ifneq (, $(shell which ccache))
+- OCC := $(CC)
+- CC := ccache $(CC)
+-endif
++#ifneq (, $(shell which ccache))
++# OCC := $(CC)
++# CC := ccache $(CC)
++#endif