]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/rules
small typo, it is ~f, not ~F
[software/mutt-debian.git] / debian / rules
index 1b5641f63e6aa76d5f3214ace21c16a0fe81def6..fe8e0b17a1b75d96d59e87781a33ac924c4e6596 100755 (executable)
@@ -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               \