ccache: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:10:51 +01:00
parent 94677a95e6
commit 5f8ade56a4

View File

@ -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"