X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/b4c0283bbf4dfa85adf3df88b21bde4b2a48b11c..c17d89a9948fd2608b6e1f238f324cd4b3a47dc5:/debian/rules diff --git a/debian/rules b/debian/rules index 12d84fe..0045059 100755 --- a/debian/rules +++ b/debian/rules @@ -8,8 +8,8 @@ BUILD_DIR := $(SOURCE_DIR)/$(TAR_DIR) B := $(BUILD_DIR) D := $(CURDIR)/debian/mutt -# Comment this line if you want the header cache with gdbm -HCACHE_WITH_DB := --without-gdbm +# Comment this line if you want the header cache with qdbm or gdbm +HCACHE_WITH_DB := --without-qdbm --without-gdbm clean: $(MAKE) -f debian/sys-build.mk source.clean @@ -52,6 +52,7 @@ $(STAMP_DIR)/source.make: configure: $(STAMP_DIR)/configure $(STAMP_DIR)/configure: $(STAMP_DIR)/source.make + CPPFLAGS=-I/usr/include/qdbm \ CC=cc ac_cv_path_ISPELL=ispell \ SENDMAIL=/usr/sbin/sendmail PERL=/usr/bin/perl \ $(MAKE) -f debian/sys-build.mk source.command SOURCE_CMD=" \ @@ -59,7 +60,7 @@ $(STAMP_DIR)/configure: $(STAMP_DIR)/source.make --with-sharedir=/usr/share/mutt --with-docdir=/usr/share/doc \ --with-mailpath=/var/mail \ --enable-fcntl --enable-pop --enable-imap \ - --with-mixmaster --with-sasl2 --with-idn \ + --with-mixmaster --with-sasl --with-idn \ --with-curses \ --with-gnutls \ --enable-debug \