708:3c51616458c8 | 709:1ee07b0bb607 |
---|---|
27 esac | 27 esac |
28 | 28 |
29 autoreconf -i --force || true | 29 autoreconf -i --force || true |
30 | 30 |
31 ./configure \ | 31 ./configure \ |
32 --with-mailpath=/var/spool/mail \ | 32 --with-mailpath=/var/mail \ |
33 --ssl \ | 33 --ssl \ |
34 --sasl \ | 34 --sasl \ |
35 --lmdb \ | 35 --lmdb \ |
36 --gpgme \ | 36 --gpgme \ |
37 $CONFIGURE_OPTIONS \ | 37 $CONFIGURE_OPTIONS \ |