]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ccache: Update to 3.1.2.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 26 Nov 2010 16:34:37 +0000 (17:34 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 26 Nov 2010 16:34:37 +0000 (17:34 +0100)
New dependency for testsuite: perl

pkgs/core/ccache/ccache.nm

index fc3d71983ef23a6464f727c0154f0c2c7eb6adf6..bc0c462f46a09e0ec75949585711748ccdca9f1b 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = ccache
-PKG_VER        = 3.1.1
+PKG_VER        = 3.1.2
 PKG_REL        = 0
 
 PKG_MAINTAINER =
@@ -34,7 +34,7 @@ PKG_URL        = http://ccache.samba.org/
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = C/C++ compiler cache.
 
-PKG_BUILD_DEPS+= zlib-devel
+PKG_BUILD_DEPS+= perl zlib-devel
 
 define PKG_DESCRIPTION
        ccache is a compiler cache.  It acts as a caching pre-processor to \