]> git.pld-linux.org Git - packages/ccache.git/commitdiff
enable large file access for ccache auto/th/ccache-3.1.8-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 2 Jan 2013 14:26:55 +0000 (16:26 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 2 Jan 2013 14:26:55 +0000 (16:26 +0200)
seems ccache also suffering from big inode errors
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-January/023380.html

ccache.spec

index 41e6efdb03d4e9be814ce26c9deace00088a1584..39868057849cd50985a490b8683a1075b5286348 100644 (file)
@@ -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
This page took 0.186458 seconds and 4 git commands to generate.