From: Schantl Stefan Date: Wed, 31 Mar 2010 14:43:33 +0000 (+0200) Subject: ccache: Set max size up to 2GB. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590c45fb03cfba19953118383e6728078c75c8cf;p=ipfire-3.x.git ccache: Set max size up to 2GB. --- diff --git a/pkgs/core/ccache/ccache.nm b/pkgs/core/ccache/ccache.nm index 3e9c45501..27dc21516 100644 --- a/pkgs/core/ccache/ccache.nm +++ b/pkgs/core/ccache/ccache.nm @@ -45,6 +45,9 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +# Sets ccache max size up to 2 GB +CFLAGS += -DDEFAULT_MAXSIZE=2097152 + CONFIGURE_OPTIONS += \ --mandir=/usr/share