From 5f8ade56a4f95ab8e9594ba1d28e242945d57955 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:10:51 +0100 Subject: [PATCH] ccache: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/devel/ccache/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/devel/ccache/meta b/packages/toolchain/devel/ccache/meta index d6fc402577..3408f0f47d 100644 --- a/packages/toolchain/devel/ccache/meta +++ b/packages/toolchain/devel/ccache/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/devel" PKG_SHORTDESC="ccache: A fast compiler cache" PKG_LONGDESC="Ccache is a compiler cache. It speeds up re-compilation of C/C++ code by caching previous compiles and detecting when the same compile is being done again." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"