From bcd4aaaa1691a5d5dc6d8bc7634d82c5b484b33d 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. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 15b25764..2ac497f3 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