rpms/evolution-connector/F-7 evolution-exchange-2.10.2-fix-library-order.patch, NONE, 1.1

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Fri Jun 1 16:58:19 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-connector/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13762

Added Files:
	evolution-exchange-2.10.2-fix-library-order.patch 
Log Message:
- Forgot to add the patch to cvs.


evolution-exchange-2.10.2-fix-library-order.patch:

--- NEW FILE evolution-exchange-2.10.2-fix-library-order.patch ---
--- evolution-exchange-2.10.2/storage/Makefile.am.fix-library-order	2007-06-01 12:50:45.000000000 -0400
+++ evolution-exchange-2.10.2/storage/Makefile.am	2007-06-01 12:51:35.000000000 -0400
@@ -43,9 +43,9 @@ evolution_exchange_storage_LDADD =				\
 	$(top_builddir)/addressbook/libexchangeaddressbook.la	\
 	$(top_builddir)/calendar/libexchangecalendar.la		\
 	$(top_builddir)/camel/camel-stub-marshal.lo		\
-	$(LDAP_LIBS)						\
 	$(EXCHANGE_STORAGE_LIBS)				\
-	$(LIBEXCHANGE_LIBS)
+	$(LIBEXCHANGE_LIBS)					\
+	$(LDAP_LIBS)						
 
 
 exchange_connector_setup_SOURCES =				\
@@ -55,9 +55,9 @@ exchange_connector_setup_SOURCES =				\
 	exchange-autoconfig-wizard.c
 
 exchange_connector_setup_LDADD =				\
-	$(LDAP_LIBS)						\
 	$(EXCHANGE_STORAGE_LIBS)				\
-	$(LIBEXCHANGE_LIBS)
+	$(LIBEXCHANGE_LIBS)					\
+	$(LDAP_LIBS)
 
 install-exec-local: exchange-connector-setup
 	$(mkinstalldirs) $(DESTDIR)$(bindir)
@@ -71,9 +71,9 @@ migr_test_SOURCES =						\
 	exchange-migrate.h
 
 migr_test_LDADD = 						\
-	$(LDAP_LIBS)						\
 	$(EXCHANGE_STORAGE_LIBS)				\
-	$(LIBEXCHANGE_LIBS)
+	$(LIBEXCHANGE_LIBS)					\
+	$(LDAP_LIBS)
 
 serverdir = $(libdir)/bonobo/servers
 server_in_files = GNOME_Evolution_Exchange_Storage.server.in.in




More information about the scm-commits mailing list