From 08a1fabd9dc8a68cf09fa2df03e63f0402a5acc5 Mon Sep 17 00:00:00 2001 From: Antonio Radici Date: Tue, 26 May 2009 23:44:15 +0100 Subject: [PATCH] disable tokyocabinet as backend so it won't be accidentally compiled --- debian/changelog | 8 ++++++++ debian/rules | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7d7e33f..a811352 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mutt (1.5.19-4) unstable; urgency=low + + * debian/rules: + + disable tokyocabinet as backend so it won't be accidentally compiled + (Closes: 530670) + + -- Antonio Radici Tue, 26 May 2009 23:42:51 +0100 + mutt (1.5.19-3) unstable; urgency=low * debian/control: diff --git a/debian/rules b/debian/rules index fdc4d99..ff10811 100755 --- a/debian/rules +++ b/debian/rules @@ -26,13 +26,13 @@ endif # Configure arguments ifeq ($(HCACHE_DB),bdb) - hcache_db := --without-gdbm --without-qdbm + hcache_db := --without-gdbm --without-qdbm --without-tokyocabinet endif ifeq ($(HCACHE_DB),gdbm) - hcache_db := --without-qdbm --without-bdb + hcache_db := --without-qdbm --without-bdb --without-tokyocabinet endif ifeq ($(HCACHE_DB),qdbm) - hcache_db := --without-gdbm --without-bdb + hcache_db := --without-gdbm --without-bdb --without-tokyocabinet endif confflags = --prefix=/usr \ -- 2.43.0