From 1f6b7fdb0530c2875af239e98452e142b5d5a7c3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 25 May 2010 10:56:10 +0000 Subject: [PATCH] - Enable largefile support in Camel, to help debug GNOME bug #612082. Debian turned this on recently and is experiencing problems, and I want to get to the bottom of it and finally break this 2 GB barrier. --- evolution-data-server.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index a4d1b2b..def9456 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -2,6 +2,7 @@ %define static_ldap 1 %define krb5_support 1 %define nntp_support 1 +%define largefile_support 1 %define dbus_glib_version 0.6 %define glib2_version 2.16.1 @@ -25,7 +26,7 @@ Name: evolution-data-server Version: 2.31.2 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries Summary: Backend data server for Evolution License: LGPLv2+ @@ -156,6 +157,12 @@ fi %define nntp_flags --enable-nntp=no %endif +%if %{largefile_support} +%define largefile_flags --enable-largefile +%else +%define largefile_flags --disable-largefile +%endif + %define ssl_flags --enable-nss=yes --enable-smime=yes if ! pkg-config --exists nss; then @@ -189,7 +196,7 @@ autoconf --enable-dot-locking=no \ --enable-gtk-doc \ %ldap_flags %krb5_flags %nntp_flags %ssl_flags \ - %keyring_flags + %largetfile_flags %keyring_flags export tagname=CC make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -320,6 +327,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libedataserverui %changelog +* Tue May 25 2010 Matthew Barnes - 2.31.2-2.fc14 +- Enable largefile support in Camel, to help debug GNOME bug #612082. + Debian turned this on recently and is experiencing problems, and I + want to get to the bottom of it and finally break this 2 GB barrier. + * Mon May 24 2010 Milan Crha - 2.31.2-1.fc14 - Update to 2.31.2 - libecalbackendgoogle dropped.