]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ccache: Update to version 3.3.6
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Feb 2018 21:28:15 +0000 (21:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Feb 2018 21:28:15 +0000 (21:28 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
ccache/ccache.nm

index e3f72e7cc8582610b05f62495b7b9a1be524db70..2ae7631a0786a3b5b9fa8ace9fccf5441e0eba2e 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = ccache
-version    = 3.3.3
+version    = 3.3.6
 release    = 1
 
 groups     = Development/Compilers
@@ -31,10 +31,7 @@ build
                zlib-devel
        end
 
-       CCACHE_CACHE = /var/cache/ccache
-
-       configure_options += \
-               --mandir=/usr/share/man
+       CCACHE_CACHE = %{localstatedir}/cache/ccache
 
        prepare_cmds
                # Disable pch test that fails
@@ -45,8 +42,7 @@ build
        end
 
        test
-               # The test suite fails with GCC 6
-               : #SHELL=/bin/bash make check
+               make check
        end
 
        install_cmds