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"