* correct spelling of options.
authorWilfried Göesgens <willi@citadel.org>
Thu, 28 Dec 2006 10:51:25 +0000 (10:51 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 28 Dec 2006 10:51:25 +0000 (10:51 +0000)
citadel/debian/rules

index 9679e09b8f9aacb971a085f25417e717d3094534..5d17047f1bf26435d6ddd32c3a92493002a76442 100755 (executable)
@@ -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