X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fccache;h=94d7bd149e5383c76186993d699ab3531dbd6e6f;hp=8f6a1815225bb65f9254f2f1417d68bad9d0ea28;hb=4e54a8e2d6d4286f85a38a492d34452092404b24;hpb=11b5e5cb8e5fad5418544142b9a9ca3ef8a9bf2b diff --git a/lfs/ccache b/lfs/ccache index 8f6a181522..94d7bd149e 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.3.4 +VER = 3.4.1 THISAPP = ccache-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,9 +40,6 @@ ifeq "$(PASS)" "1" CFLAGS := $(patsubst -mfunction-return=%,,$(CFLAGS)) endif -# Set max cache size to 5GB -CFLAGS += -DDEFAULT_MAXSIZE=5242880 - ############################################################################### # Top-level Rules ############################################################################### @@ -51,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 95ab3c56284129cc2a32460c23069516 +$(DL_FILE)_MD5 = 39492aea565c3e6d5affa633672a93bd install : $(TARGET)