Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 May 2011 19:51:50 +0100
From:      David Woodhouse <dwmw2@infradead.org>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        gnome@freebsd.org, evolution-list@gnome.org
Subject:   Re: [Evolution] evolution-2.32.1 (FreeBSD HEAD) && calendar not working
Message-ID:  <1304621511.31827.0.camel@i7.infradead.org>
In-Reply-To: <20110505184444.GA15448@sh4-5.1blu.de>
References:  <20110428145451.GA25158@sh4-5.1blu.de> <1304003620.4772.16.camel@macbook.infradead.org> <20110429084846.GA2763@sh4-5.1blu.de> <20110504094447.GA30294@sh4-5.1blu.de> <1304502723.6400.114.camel@macbook.infradead.org> <20110504104528.GA24928@sh4-5.1blu.de> <1304506085.6400.128.camel@macbook.infradead.org> <20110504125636.GA13323@sh4-5.1blu.de> <20110505113043.GA3161@sh4-5.1blu.de> <1304612172.2398.24.camel@i7.infradead.org> <20110505184444.GA15448@sh4-5.1blu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2011-05-05 at 20:44 +0200, Matthias Apitz wrote:
> Should I wait for some kind of fix for 2.32.x? 

Try this:

diff --git a/libebackend/e-data-server-module.c b/libebackend/e-data-server-module.c
index 52fb35b..d5c27e7 100644
--- a/libebackend/e-data-server-module.c
+++ b/libebackend/e-data-server-module.c
@@ -74,7 +74,7 @@ e_data_server_module_load (GTypeModule *gmodule)
 
 	module = E_DATA_SERVER_MODULE (gmodule);
 
-	module->library = g_module_open (module->path, G_MODULE_BIND_LAZY);
+	module->library = g_module_open (module->path, G_MODULE_BIND_LAZY|G_MODULE_BIND_LOCAL);
 
 	if (!module->library) {
 		g_warning ("%s", g_module_error ());


-- 
David Woodhouse                            Open Source Technology Centre
David.Woodhouse@intel.com                              Intel Corporation




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1304621511.31827.0.camel>