r2610 - in /unstable/evolution-ews/debian: changelog rules
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Fri Oct 3 10:43:19 UTC 2014
Author: laney
Date: Fri Oct 3 10:43:19 2014
New Revision: 2610
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2610
Log:
Make sure to not build with -Bsymbolic-functions in LDFLAGS - this causes
evolution to hang. (See bgo#594473 for details)
Modified:
unstable/evolution-ews/debian/changelog
unstable/evolution-ews/debian/rules
Modified: unstable/evolution-ews/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/changelog?rev=2610&op=diff
==============================================================================
--- unstable/evolution-ews/debian/changelog (original)
+++ unstable/evolution-ews/debian/changelog Fri Oct 3 10:43:19 2014
@@ -1,3 +1,10 @@
+evolution-ews (3.12.6-2) UNRELEASED; urgency=medium
+
+ * Make sure to not build with -Bsymbolic-functions in LDFLAGS - this causes
+ evolution to hang. (See bgo#594473 for details)
+
+ -- Iain Lane <laney at debian.org> Fri, 03 Oct 2014 11:00:59 +0100
+
evolution-ews (3.12.6-1) unstable; urgency=medium
* New upstream release.
Modified: unstable/evolution-ews/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-ews/debian/rules?rev=2610&op=diff
==============================================================================
--- unstable/evolution-ews/debian/rules (original)
+++ unstable/evolution-ews/debian/rules Fri Oct 3 10:43:19 2014
@@ -8,6 +8,11 @@
DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
+# see https://bugzilla.gnome.org/show_bug.cgi?id=594473 for details
+ifneq (,$(LDFLAGS))
+ LDFLAGS := $(filter-out %-Bsymbolic-functions,$(LDFLAGS))
+endif
+
DEB_CONFIGURE_EXTRA_FLAGS += --with-krb5 \
--enable-gtk-doc \
--with-internal-lzx
More information about the pkg-evolution-commits
mailing list