- Re-enable the --with-libdb configure option.

This commit is contained in:
Matthew Barnes 2007-08-15 18:21:20 +00:00
parent f021fb52d9
commit 9722666575

View File

@ -26,7 +26,7 @@
Name: evolution-data-server
Version: 1.11.90
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL
Group: System Environment/Libraries
Summary: Backend data server for Evolution
@ -260,10 +260,9 @@ autoconf
# See Ross Burton's blog entry for why we want --with-libdb.
# http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
# --with-libdb=/usr
%configure \
%gtkdoc_flags \
--with-libdb=/usr
--enable-file-locking=fcntl \
--enable-dot-locking=no \
%ldap_flags %krb5_flags %nntp_flags %ssl_flags %imap4_flags \
@ -388,6 +387,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
%changelog
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-2.fc8
- Re-enable the --with-libdb configure option.
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.90-1.fc8
- Update to 1.11.90
- Add patch for GNOME bug #466987 (glibc redefines "open").