X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/aa0bc091601849191786b6a6b21d9a3909635fcc..04fefd3d4a76c49e327e26a553bb41bbc44160a9:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index e9154b3..fe8e0b1 100755 --- a/debian/rules +++ b/debian/rules @@ -6,12 +6,13 @@ include /usr/share/quilt/quilt.make ### # build a separate mutt-patched package? -BUILD_PATCHED := no +BUILD_PATCHED := yes ### # header cache backend # HCACHE_DB := bdb HCACHE_DB := gdbm # HCACHE_DB := qdbm +# HCACHE_DB := tokyocabinet ### # GPGME backend GPGME := --enable-gpgme @@ -34,6 +35,9 @@ endif ifeq ($(HCACHE_DB),qdbm) hcache_db := --without-gdbm --without-bdb --without-tokyocabinet endif +ifeq ($(HCACHE_DB),tokyocabinet) + hcache_db := --without-gdbm --without-bdb --without-qdbm +endif confflags = --prefix=/usr \ --sysconfdir=/etc \