[evolution-data-server/gnome-2-30] [Bug 613169] Weather calendar backend links against out-of-tree library



commit 8cc004162771a4e7c4417ad80a8c86de206bec8f
Author: Priit Laes <plaes plaes org>
Date:   Wed Mar 17 18:45:52 2010 +0200

    [Bug 613169] Weather calendar backend links against out-of-tree library
    
    When uprading from 2.28.x -> 2.29.x weather calendar library is linked
    against wrong library causing broken Evolution.

 calendar/backends/weather/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/calendar/backends/weather/Makefile.am b/calendar/backends/weather/Makefile.am
index 6a6fec9..bdaa52b 100644
--- a/calendar/backends/weather/Makefile.am
+++ b/calendar/backends/weather/Makefile.am
@@ -35,8 +35,7 @@ libecalbackendweather_la_LIBADD =						\
 	$(LIBGWEATHER_LIBS)
 
 libecalbackendweather_la_LDFLAGS =		\
-	-module -avoid-version $(NO_UNDEFINED)	\
-	$(LIBGWEATHER_LIBS)
+	-module -avoid-version $(NO_UNDEFINED)
 	
 
 weatherdata_in_files = Locations.xml.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]