diff --git a/programming/build/ccache/actions.py b/programming/build/ccache/actions.py
index 618768d905..414a144da1 100644
--- a/programming/build/ccache/actions.py
+++ b/programming/build/ccache/actions.py
@@ -7,6 +7,7 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
def setup():
if shelltools.isDirectory("zlib"):
@@ -26,6 +27,6 @@ def install():
# Create symlinks
for cc in ("gcc", "g++", "cc", "c++"): # , "clang" , "clang++"
pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s" % cc)
- #pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc))
+ pisitools.dosym("../../../bin/ccache", "/usr/lib/ccache/bin/%s-%s" % (get.HOST(), cc))
#pisitools.dodoc("LICENSE.txt", "README.txt")
diff --git a/programming/build/ccache/pspec.xml b/programming/build/ccache/pspec.xml
index ff79bc7849..a77cd3d90f 100644
--- a/programming/build/ccache/pspec.xml
+++ b/programming/build/ccache/pspec.xml
@@ -13,7 +13,7 @@
Fast C/C++ compiler cache
ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compiles and detecting when the same compile is being done.
- https://github.com/ccache/ccache/releases/download/v3.7.1/ccache-3.7.1.tar.xz
+ https://github.com/ccache/ccache/releases/download/v3.7.7/ccache-3.7.7.tar.xz
zlib-devel
@@ -34,6 +34,13 @@
+
+ 2020-01-26
+ 3.7.7
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2019-05-06
3.7.1