]> git.pld-linux.org Git - packages/neomutt.git/commitdiff
add lmdb header cache backend support auto/th/neomutt-20200619-1
authorJan Palus <atler@pld-linux.org>
Sat, 20 Jun 2020 11:49:13 +0000 (13:49 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 20 Jun 2020 11:49:13 +0000 (13:49 +0200)
neomutt.spec

index e6a0d5b4e167fce4f1da58cd533dc60c21ad1360..d57712f867b1630c8b4b0caf3a515b454f1440ff 100644 (file)
@@ -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 \
This page took 0.307763 seconds and 4 git commands to generate.