From 683f96428b21e09c35705c9c87e1ce08256140fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 28 Dec 2006 10:51:25 +0000 Subject: [PATCH] * correct spelling of options. --- citadel/debian/rules | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/citadel/debian/rules b/citadel/debian/rules index 9679e09b8..5d17047f1 100755 --- a/citadel/debian/rules +++ b/citadel/debian/rules @@ -24,11 +24,11 @@ export VERSION=`grep 'THIS IS' $(CURDIR)/ChangeLog |head -n 1 |sed "s;.* ;;"` CFLAGS = -Wall -g -#ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -ggdb -#else -# CFLAGS += -O2 -#endif +else + CFLAGS += -O2 +endif config.status: configure dh_testdir @@ -42,7 +42,8 @@ config.status: configure --with-rundir=/var/run/citadel \ --with-docdir=/usr/share/doc/citadel-doc/ \ --with-pam \ - --with-ical \ + --with-libical \ + --with-libsieve \ --with-db \ --with-ldap -- 2.39.2