From 085404655893d3073875ddd295357647f71aca6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 2 Jan 2013 16:26:55 +0200 Subject: [PATCH] enable large file access for ccache seems ccache also suffering from big inode errors http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-January/023380.html --- ccache.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccache.spec b/ccache.spec index 41e6efd..3986805 100644 --- a/ccache.spec +++ b/ccache.spec @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Przyspieszacz kompilowania Summary(pt_BR.UTF-8): Cache para compiladores C/C++ Name: ccache Version: 3.1.8 -Release: 1 +Release: 2 License: GPL v3 Group: Development/Tools Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2 @@ -14,6 +14,7 @@ BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _libdir %{_prefix}/%{_lib}/%{name} +%define specflags -D_FILE_OFFSET_BITS=64 %description ccache is a compiler cache. It acts as a caching pre-processor to -- 2.44.0