]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - ccache/ccache.nm
ccache: Update to 3.2.1
[people/stevee/ipfire-3.x.git] / ccache / ccache.nm
index 9ee3f8a5a6a5b4c200b90074196dc4ae0e729be4..8d5d36f56a828d26d12b512b4b8ae715ebf88b3a 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = ccache
-version    = 3.1.9
-release    = 3
+version    = 3.2.1
+release    = 1
 
 groups     = Development/Compilers
 url        = http://ccache.samba.org/
@@ -39,10 +39,13 @@ build
        prepare_cmds
                # Disable pch test that fails
                sed -e "s/^pch_suite.*/& return 0/" -i test.sh
+
+               # Remove shipped zlib
+               rm -rf zlib
        end
 
        test
-               make check
+               SHELL=/bin/bash make check
        end
 
        install_cmds