diff -ruN evolution-exchange-2.28.3-2.el6.src.rpm-rpmbuild/SPECS/evolution-exchange.spec evolution-exchange-2.28.3-2.el6.0.src.rpm-rpmbuild/SPECS/evolution-exchange.spec
--- evolution-exchange-2.28.3-2.el6.src.rpm-rpmbuild/SPECS/evolution-exchange.spec	2010-03-31 12:31:26.000000000 +0100
+++ evolution-exchange-2.28.3-2.el6.0.src.rpm-rpmbuild/SPECS/evolution-exchange.spec	2011-11-04 01:16:50.000000000 +0000
@@ -18,7 +18,7 @@
 
 Name: evolution-exchange
 Version: 2.28.3
-Release: 2%{?dist}
+Release: 2%{?dist}.0
 Group: Applications/Productivity
 Summary: Evolution plugin to interact with MS Exchange Server
 License: GPLv2+
@@ -70,9 +70,9 @@
 # Set LIBS so that configure will be able to link with static LDAP libraries,
 # which depend on Cyrus SASL and OpenSSL.
 if pkg-config openssl ; then
-	LIBS="-lsasl2 `pkg-config --libs openssl`"
+	LIBS="-lsasl2 -lldap `pkg-config --libs openssl`"
 else
-	LIBS="-lsasl2 -lssl -lcrypto"
+	LIBS="-lsasl2 -lldap -lssl -lcrypto"
 fi
 export LIBS
 
@@ -122,6 +122,9 @@
 %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-%{evo_major}.schemas
 
 %changelog
+* Fri Nov 04 2011 Gordan Bobic <gordan@bobich.net> - 2.28-3.2.el6.0
+- Add -lldap to LIBS
+
 * Wed Mar 31 2010 Matthew Barnes <mbarnes@redhat.com> - 2.28.3-2.el6
 - Don't install libtool archives (RH bug #564489).
 
