* make the crypto functions use precalculated files instead of relative ones
[citadel.git] / citadel / debian / rules
index a6cacca13cb39a0c40fcb7777a53bbd696e9087b..c27e07336aa077a42ed6496ec3fd77ed10538cef 100755 (executable)
@@ -21,11 +21,13 @@ configure-stamp:
        dh_testdir
 
        CFLAGS="$(CFLAGS)" ./configure \
+               --with-prefix=/var/lib/citadel \
                --with-datadir=/var/lib/citadel \
                --with-spooldir=/var/spool/citadel \
                --with-sysconfdir=/etc/citadel \
                --with-rundir=/var/run/citadel \
                --with-docdir=/usr/share/doc/citadel-doc/ \
+               --with-ssldir=/etc/ssl/citadel/ \
                --with-pam \
                --with-db \
                --with-zlib \