- 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.
This commit is contained in:
parent
61f0d0b757
commit
1f6b7fdb05
@ -2,6 +2,7 @@
|
|||||||
%define static_ldap 1
|
%define static_ldap 1
|
||||||
%define krb5_support 1
|
%define krb5_support 1
|
||||||
%define nntp_support 1
|
%define nntp_support 1
|
||||||
|
%define largefile_support 1
|
||||||
|
|
||||||
%define dbus_glib_version 0.6
|
%define dbus_glib_version 0.6
|
||||||
%define glib2_version 2.16.1
|
%define glib2_version 2.16.1
|
||||||
@ -25,7 +26,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 2.31.2
|
Version: 2.31.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Backend data server for Evolution
|
Summary: Backend data server for Evolution
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -156,6 +157,12 @@ fi
|
|||||||
%define nntp_flags --enable-nntp=no
|
%define nntp_flags --enable-nntp=no
|
||||||
%endif
|
%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
|
%define ssl_flags --enable-nss=yes --enable-smime=yes
|
||||||
|
|
||||||
if ! pkg-config --exists nss; then
|
if ! pkg-config --exists nss; then
|
||||||
@ -189,7 +196,7 @@ autoconf
|
|||||||
--enable-dot-locking=no \
|
--enable-dot-locking=no \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
%ldap_flags %krb5_flags %nntp_flags %ssl_flags \
|
%ldap_flags %krb5_flags %nntp_flags %ssl_flags \
|
||||||
%keyring_flags
|
%largetfile_flags %keyring_flags
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
|
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
@ -320,6 +327,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libedataserverui
|
%{_datadir}/gtk-doc/html/libedataserverui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 25 2010 Matthew Barnes <mbarnes@redhat.com> - 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 <mcrha@redhat.com> - 2.31.2-1.fc14
|
* Mon May 24 2010 Milan Crha <mcrha@redhat.com> - 2.31.2-1.fc14
|
||||||
- Update to 2.31.2
|
- Update to 2.31.2
|
||||||
- libecalbackendgoogle dropped.
|
- libecalbackendgoogle dropped.
|
||||||
|
Loading…
Reference in New Issue
Block a user