From 972266657558b95911b81352e944a19adda41646 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Aug 15 2007 18:21:20 +0000 Subject: - Re-enable the --with-libdb configure option. --- diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 41e0c8d..cf3a907 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -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 - 1.11.90-2.fc8 +- Re-enable the --with-libdb configure option. + * Mon Aug 13 2007 Matthew Barnes - 1.11.90-1.fc8 - Update to 1.11.90 - Add patch for GNOME bug #466987 (glibc redefines "open").