From 298ebafdc0660dd81bc72145cb782c7aa56f6567 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Sun, 8 Sep 2013 14:56:52 -0400 Subject: [PATCH] debian: disabled evolution dependency in Desktop The new evolution 3.8 in Debian experimental is incompatible with the dynamic EvoSources.cc code in the Desktop. Since syncing is not used anyway in Debian, due to missing opensync libraries, this is easy to disable. For the main build, this fix may need to be revisited someday. [cherry-pick from 0.18.3-6 branch] --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 515fef43..1d787e4a 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp #CDBS automatically handles common flags to pass to the configure script, #but it is possible to give some extra parameters : -DEB_CONFIGURE_EXTRA_FLAGS := --enable-boost --enable-nls --with-zlib --enable-gui --enable-desktop --with-guisu=/usr/bin/gksu $(BARRY_CONFIGURE_OPTS) --with-libusb --enable-rpathhack --with-evolution +DEB_CONFIGURE_EXTRA_FLAGS := --enable-boost --enable-nls --with-zlib --enable-gui --enable-desktop --with-guisu=/usr/bin/gksu $(BARRY_CONFIGURE_OPTS) --with-libusb --enable-rpathhack --without-evolution COMMON_CONFIGURE_FLAGS := --prefix=/usr DEB_INSTALL_DOCS_ALL = -- 2.11.4.GIT