$OpenBSD: patch-plugins_exchange-operations_Makefile_in,v 1.6 2009/11/14 16:33:16 ajacoutot Exp $

ltasneededhack is not enough for the exchange-operations plugin and
without this hack, evolution will take up to 60 secs to start.

--- plugins/exchange-operations/Makefile.in.orig	Sun Oct 18 04:22:46 2009
+++ plugins/exchange-operations/Makefile.in	Fri Nov 13 17:06:21 2009
@@ -496,6 +496,7 @@ liborg_gnome_exchange_operations_la_LIBADD = \
 	$(top_builddir)/calendar/gui/libevolution-calendar.la 	\
 	$(top_builddir)/mail/libevolution-mail.la 		\
 	$(top_builddir)/addressbook/gui/component/libevolution-addressbook.la \
+	-Wl,--no-as-needed,libevolution-addressbook.so \
 	$(CAMEL_EXCHANGE_LIBS)					\
 	$(EVOLUTION_MAIL_LIBS)
 
