rpms/evolution-exchange/devel evolution-exchange-2.29.3-add-ldap-libs.patch, NONE, 1.1 evolution-exchange.spec, 1.80, 1.81

Milan Crha mcrha at fedoraproject.org
Tue Dec 1 10:44:39 UTC 2009


Author: mcrha

Update of /cvs/pkgs/rpms/evolution-exchange/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29192

Modified Files:
	evolution-exchange.spec 
Added Files:
	evolution-exchange-2.29.3-add-ldap-libs.patch 
Log Message:
- Add patch for missing ldap libs.


evolution-exchange-2.29.3-add-ldap-libs.patch:
 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE evolution-exchange-2.29.3-add-ldap-libs.patch ---
diff -up evolution-exchange-2.29.3/addressbook/Makefile.am.add-ldap-libs evolution-exchange-2.29.3/addressbook/Makefile.am
--- evolution-exchange-2.29.3/addressbook/Makefile.am.add-ldap-libs	2009-12-01 11:39:23.000000000 +0100
+++ evolution-exchange-2.29.3/addressbook/Makefile.am	2009-12-01 11:39:41.000000000 +0100
@@ -53,6 +53,7 @@ libebookbackendexchange_la_LDFLAGS = \
 
 libebookbackendexchange_la_LIBADD = \
 	$(EVOLUTION_DATA_SERVER_LIBS) \
+	$(LDAP_LIBS) \
 	$(DB_LIBS) \
 	$(top_builddir)/tools/libevolution-exchange-shared.la
 


Index: evolution-exchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/evolution-exchange.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- evolution-exchange.spec	30 Nov 2009 14:39:58 -0000	1.80
+++ evolution-exchange.spec	1 Dec 2009 10:44:39 -0000	1.81
@@ -31,6 +31,7 @@ Obsoletes: evolution-connector < %{versi
 ### Patches ###
 
 Patch11: evolution-exchange-2.10.1-fix-64bit-acinclude.m4.patch
+Patch12: evolution-exchange-2.29.3-add-ldap-libs.patch
 
 ### Dependencies ###
 
@@ -62,6 +63,7 @@ Microsoft Exchange Server.
 %setup -q -n evolution-exchange-%{version}
 
 %patch11 -p1 -b .fix-64bit-acinclude.m4
+%patch12 -p1 -b .add-ldap-libs
 
 %build
 export CPPFLAGS="-I%{_includedir}/et"
@@ -122,6 +124,7 @@ gconftool-2 --makefile-install-rule %{_s
 * Mon Nov 30 2009 Milan Crha <mcrha at redhat.com> - 2.29.3-1.fc13
 - Update to 2.29.3
 - Remove patch to work around intltool issue (fixed upstream).
+- Add patch for missing ldap libs.
 
 * Mon Nov 17 2009 Matthew Barnes <mbarnes at redhat.com> - 2.29.2-1.fc13
 - Update to 2.29.2




More information about the fedora-extras-commits mailing list