From 14324ea43bdcb5bf4d8047b43d542e14185e6a5c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 29 Apr 2013 13:02:50 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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