]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
ccache: Update to version 3.5.1
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jan 2019 14:04:24 +0000 (14:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jan 2019 14:04:24 +0000 (14:04 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
ccache/ccache.nm

index 2ae7631a0786a3b5b9fa8ace9fccf5441e0eba2e..9c62b05bc6f132ab0d58aef89a7decd2a965568f 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = ccache
-version    = 3.3.6
+version    = 3.5.1
 release    = 1
 
 groups     = Development/Compilers
@@ -27,6 +27,8 @@ CFLAGS += -DDEFAULT_MAXSIZE=2097152
 
 build
        requires
+               autoconf
+               automake
                perl
                zlib-devel
        end
@@ -34,8 +36,11 @@ build
        CCACHE_CACHE = %{localstatedir}/cache/ccache
 
        prepare_cmds
-               # Disable pch test that fails
-               sed -e "s/^pch_suite.*/& return 0/" -i test.sh
+               # The included configure script renders an incorrect Makefile
+               autoreconf -vfi
+
+               # Do not run test for pre-compiled headers
+               sed -e "/^pch$/d" -i test/run
 
                # Remove shipped zlib
                rm -rf zlib