[packages/ccache] enable large file access for ccache

glen glen at pld-linux.org
Wed Jan 2 15:30:28 CET 2013


commit 085404655893d3073875ddd295357647f71aca6a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 2 16:26:55 2013 +0200

    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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ccache.git/commitdiff/085404655893d3073875ddd295357647f71aca6a



More information about the pld-cvs-commit mailing list