r2904 - in /unstable/evolution/debian: changelog patches/Bug-766574-Fix-build-failures-with-as-needed.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue May 17 21:35:29 UTC 2016


Author: biebl
Date: Tue May 17 21:35:29 2016
New Revision: 2904

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2904
Log:
Add Bug-766574-Fix-build-failures-with-as-needed.patch to fix a FTBFS when
building with --as-needed, see bgo#766574.

Added:
    unstable/evolution/debian/patches/Bug-766574-Fix-build-failures-with-as-needed.patch
Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/patches/series

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=2904&op=diff
==============================================================================
--- unstable/evolution/debian/changelog	(original)
+++ unstable/evolution/debian/changelog	Tue May 17 21:35:29 2016
@@ -3,6 +3,8 @@
   * New upstream release.
   * Drop 0001-Add-.desktop-file-actions-for-compose-contacts-calen.patch,
     merged upstream.
+  * Add Bug-766574-Fix-build-failures-with-as-needed.patch to fix a FTBFS when
+    building with --as-needed, see bgo#766574.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 17 May 2016 23:28:08 +0200
 

Added: unstable/evolution/debian/patches/Bug-766574-Fix-build-failures-with-as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/Bug-766574-Fix-build-failures-with-as-needed.patch?rev=2904&op=file
==============================================================================
--- unstable/evolution/debian/patches/Bug-766574-Fix-build-failures-with-as-needed.patch	(added)
+++ unstable/evolution/debian/patches/Bug-766574-Fix-build-failures-with-as-needed.patch	Tue May 17 21:35:29 2016
@@ -0,0 +1,26 @@
+From ecd3c7de6b4c7083999083f94d45a722fea6810c Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Tue, 17 May 2016 20:29:06 +0200
+Subject: [PATCH] Bug 766574 - Fix build failures with --as-needed
+
+calendar/gui uses eab_parse_qp_email() from
+addressbook/util/libeabutil.la, so link against that library.
+---
+ calendar/gui/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
+index 3f7f2c3..caefa9d 100644
+--- a/calendar/gui/Makefile.am
++++ b/calendar/gui/Makefile.am
+@@ -222,6 +222,7 @@ libevolution_calendar_la_SOURCES = \
+ 
+ libevolution_calendar_la_LIBADD =					\
+ 	$(top_builddir)/composer/libevolution-mail-composer.la		\
++	$(top_builddir)/addressbook/util/libeabutil.la \
+ 	$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
+ 	$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
+ 	$(top_builddir)/shell/libevolution-shell.la			\
+-- 
+2.8.1
+

Modified: unstable/evolution/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/series?rev=2904&op=diff
==============================================================================
--- unstable/evolution/debian/patches/series	(original)
+++ unstable/evolution/debian/patches/series	Tue May 17 21:35:29 2016
@@ -1,2 +1,3 @@
 02_nss_paths.patch
 10_revert_libevolution_avoid-version.patch
+Bug-766574-Fix-build-failures-with-as-needed.patch




More information about the pkg-evolution-commits mailing list