[evolution-data-server] Use --with-openldap=yes, not --with-openldap=%{_libdir}

Milan Crha mcrha at fedoraproject.org
Mon Apr 29 10:23:17 UTC 2013


commit 7a80666eecf68c102f268f36e4ef4c404bb6032b
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Apr 29 12:22:41 2013 +0200

    Use --with-openldap=yes, not --with-openldap=%{_libdir}

 evolution-data-server.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 3422d7a..6cb4a1b 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -128,7 +128,7 @@ mkdir -p krb5-fakeprefix/%{_lib}
 %if %{ldap_support}
 
 %if %{static_ldap}
-%define ldap_flags --with-openldap=%{_libdir} --with-static-ldap
+%define ldap_flags --with-openldap=yes --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