[packages/neomutt] add lmdb header cache backend support

atler atler at pld-linux.org
Sat Jun 20 13:49:59 CEST 2020


commit df25c122d5ab5728b95754edef1319457a898b5f
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Jun 20 13:49:13 2020 +0200

    add lmdb header cache backend support

 neomutt.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/neomutt.spec b/neomutt.spec
index e6a0d5b..d57712f 100644
--- a/neomutt.spec
+++ b/neomutt.spec
@@ -4,6 +4,7 @@
 %bcond_with	gdbm		# use GDBM instead of BerkeleyDB
 %bcond_with	qdbm		# use QDBM instead of BerkeleyDB
 %bcond_with	tokyocabinet	# use TokyoCabinet instead of BerkeleyDB
+%bcond_without	lmdb		# LMDB header cache backend
 #
 %if %{without gdbm} && %{without qdbm} && %{without tokyocabinet}
 %define	with_bdb	1
@@ -38,6 +39,7 @@ BuildRequires:	gettext-tools
 BuildRequires:	gpgme-devel >= 1:1.1.1
 BuildRequires:	libidn-devel
 BuildRequires:	libxslt-progs
+%{?with_lmdb:BuildRequires:	lmdb-devel}
 BuildRequires:	lynx
 BuildRequires:	lz4-devel
 %{!?with_slang:BuildRequires:	ncurses-devel >= 5.0}
@@ -129,6 +131,7 @@ NeoMutt - це невеликий, але потужний повноекран
 	%{?with_bdb:--bdb --with-bdb=/usr} \
 	%{!?with_slang:--with-ui=ncurses} \
 	%{?with_gdbm:--gdbm} \
+	%{?with_lmdb:--lmdb} \
 	--lz4 \
 	--with-mailpath=/var/mail \
 	--mixmaster \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neomutt.git/commitdiff/df25c122d5ab5728b95754edef1319457a898b5f



More information about the pld-cvs-commit mailing list