openbsd-ports/mail/evolution/patches/patch-plugins_exchange-operations_Makefile_in

15 lines
703 B
Plaintext
Raw Normal View History

2009-10-19 16:31:23 -04:00
$OpenBSD: patch-plugins_exchange-operations_Makefile_in,v 1.4 2009/10/19 20:31:23 jasper Exp $
XXX does not work, we get "Cannot load specified object".
2009-10-19 16:31:23 -04:00
--- plugins/exchange-operations/Makefile.in.orig Sun Oct 18 04:22:46 2009
+++ plugins/exchange-operations/Makefile.in Mon Oct 19 14:20:07 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,$(top_builddir)/addressbook/gui/component/.libs/libevolution-addressbook.so \
$(CAMEL_EXCHANGE_LIBS) \
$(EVOLUTION_MAIL_LIBS)