X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/17be5eecfc074a5af14fb415d41be6a317273b07..ce48ac0f18ae018709253b0f14500c9e3cd1754c:/debian/rules?ds=inline diff --git a/debian/rules b/debian/rules index 1b5641f..fe8e0b1 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ BUILD_PATCHED := yes # 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 \