From: Elan Ruusamäe Date: Wed, 2 Jan 2013 14:26:55 +0000 (+0200) Subject: enable large file access for ccache X-Git-Tag: auto/th/ccache-3.1.8-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fccache.git;a=commitdiff_plain;h=085404655893d3073875ddd295357647f71aca6a 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 --- 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