X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/7430e8e25ae5bf699cdb09724ba9ac1df2d9e6ae..04fefd3d4a76c49e327e26a553bb41bbc44160a9:/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 \