]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- updated nntp patch to stop overriding default key bindings
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Jun 2007 13:47:41 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- really use db (not gdbm)

Changed files:
    mutt.spec -> 1.203

mutt.spec

index 593119c416bcec981df9d956ccabdf2353f70a01..aaf32abd2c3f94733657a8c99532914789aa18c8 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -52,7 +52,7 @@ URL:          http://www.mutt.org/
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel >= 2.1.0}
-BuildRequires: db-devel
+BuildRequires: db-devel >= 4.0
 BuildRequires: docbook-dtd42-xml
 BuildRequires: docbook-style-xsl
 %{?with_home_etc:BuildRequires:        home-etc-devel >= 1.0.8}
@@ -175,6 +175,7 @@ rm -f doc/{manual*.html,manual.txt}
        --enable-mailtool \
        %{?with_nntp:--enable-nntp} \
        --enable-pop \
+       --with-bdb=/usr --without-gdbm \
        %{!?with_slang:--with-curses} \
        --with-docdir=%{_docdir}/%{name} \
        %{?with_home_etc:--with-home-etc} \
This page took 0.052285 seconds and 4 git commands to generate.