]> 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 ff10811f77d9a71976dce43de0b90b5e8674e883..fe8e0b17a1b75d96d59e87781a33ac924c4e6596 100755 (executable)
@@ -12,9 +12,10 @@ BUILD_PATCHED := yes
 # HCACHE_DB := bdb
 HCACHE_DB := gdbm
 # HCACHE_DB := qdbm
 # HCACHE_DB := bdb
 HCACHE_DB := gdbm
 # HCACHE_DB := qdbm
+# HCACHE_DB := tokyocabinet
 ###
 # GPGME backend
 ###
 # GPGME backend
-GPGME := --enable-gpgme
+GPGME := --enable-gpgme
 ###
 
 ###################### variables ######################
 ###
 
 ###################### variables ######################
@@ -34,6 +35,9 @@ endif
 ifeq ($(HCACHE_DB),qdbm)
     hcache_db := --without-gdbm --without-bdb --without-tokyocabinet
 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               \
 
 confflags =    --prefix=/usr                   \
                --sysconfdir=/etc               \