[evolution-data-server] Do not use static ldap

Milan Crha mcrha at fedoraproject.org
Mon Apr 29 11:04:22 UTC 2013


commit 14324ea43bdcb5bf4d8047b43d542e14185e6a5c
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Apr 29 13:02:50 2013 +0200

    Do not use static ldap
    
    It seems to be broken upstream, and the static ldap was meant
    for evolution-exchange anyway, thus use the dynamic linking to ldap,
    same as evolution itself.

 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 6cb4a1b..80e5793 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -1,5 +1,5 @@
 %define ldap_support 1
-%define static_ldap 1
+%define static_ldap 0
 %define krb5_support 1
 %define nntp_support 1
 %define largefile_support 1


More information about the scm-commits mailing list