From e285699fa192d49719da9f7e2aaa950d9802dd68 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Tue, 19 Jan 2010 23:08:53 +0100 Subject: Set configure flags that I'll use on Maemo 5 --- debian/rules | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 5621cd86..33730c73 100755 --- a/debian/rules +++ b/debian/rules @@ -35,9 +35,11 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CONFIGURE_FLAGS += CXXFLAGS="-g -O0" endif -ifneq (,$(findstring maemo,$(DEB_BUILD_OPTIONS))) - CONFIGURE_FLAGS += --enable-maemo --enable-shared -endif +CONFIGURE_FLAGS += --enable-maemo --enable-shared --disable-libsoup --enable-libcurl --disable-ecal --enable-ebook --enable-maemo-calendar --with-synthesis-src=libsynthesis + +#ifneq (,$(findstring maemo,$(DEB_BUILD_OPTIONS))) +# CONFIGURE_FLAGS += --enable-maemo --enable-shared +#endif config.status: configure dh_testdir -- cgit v1.2.3