Drop reference to openldap-evolution, which was needed for evolution-exchange only
This commit is contained in:
parent
fc2626bfde
commit
c84130558d
@ -71,7 +71,7 @@ BuildRequires: vala-tools
|
|||||||
|
|
||||||
%if %{ldap_support}
|
%if %{ldap_support}
|
||||||
%if %{static_ldap}
|
%if %{static_ldap}
|
||||||
BuildRequires: openldap-evolution-devel%{?_isa}
|
BuildRequires: openldap-devel%{?_isa}
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: openldap-devel >= 2.0.11
|
BuildRequires: openldap-devel >= 2.0.11
|
||||||
@ -128,7 +128,7 @@ mkdir -p krb5-fakeprefix/%{_lib}
|
|||||||
%if %{ldap_support}
|
%if %{ldap_support}
|
||||||
|
|
||||||
%if %{static_ldap}
|
%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,
|
# 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?
|
# which depend on Cyrus SASL and OpenSSL. XXX Is the "else" clause necessary?
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user