[evolution-data-server] Drop reference to openldap-evolution, which was needed for evolution-exchange only

Milan Crha mcrha at fedoraproject.org
Mon Apr 29 09:51:58 UTC 2013


commit c84130558df5180dc5678bacfdfead5b5e26da27
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Apr 29 11:51:19 2013 +0200

    Drop reference to openldap-evolution, which was needed for evolution-exchange only

 evolution-data-server.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index dda40b0..3422d7a 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -71,7 +71,7 @@ BuildRequires: vala-tools
 
 %if %{ldap_support}
 %if %{static_ldap}
-BuildRequires: openldap-evolution-devel%{?_isa}
+BuildRequires: openldap-devel%{?_isa}
 BuildRequires: openssl-devel
 %else
 BuildRequires: openldap-devel >= 2.0.11 
@@ -128,7 +128,7 @@ mkdir -p krb5-fakeprefix/%{_lib}
 %if %{ldap_support}
 
 %if %{static_ldap}
-%define ldap_flags --with-openldap=%{_libdir}/evolution-openldap --with-static-ldap
+%define ldap_flags --with-openldap=%{_libdir} --with-static-ldap
 # Set LIBS so that configure will be able to link with static LDAP libraries,
 # which depend on Cyrus SASL and OpenSSL.  XXX Is the "else" clause necessary?
 if pkg-config openssl ; then


More information about the scm-commits mailing list