Ignore:
Timestamp:
07/17/2009 02:05:50 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c1dcd1e
Parents:
29919079
Message:

Commented out all unnecessary references to GDBM as it is in LFS now

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7845 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r29919079 r7bff1b2  
    7171    <xref linkend="slang"/>,
    7272    <xref linkend="libidn"/>,
    73     <!-- <xref linkend="db"/> -->
    74     <xref linkend="gdbm"/> or
     73    <!-- <xref linkend="db"/>
     74    <xref linkend="gdbm"/> or -->
    7575    <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink> or
    7676    <ulink url="http://tokyocabinet.sourceforge.net/index.html">Tokyo Cabinet</ulink>, and
     
    129129            --enable-hcache --without-qdbm \
    130130            --without-tokyocabinet \
    131             --without-gdbm --with-bdb &amp;&amp;
     131            --with-gdbm --with-bdb &amp;&amp;
    132132make</userinput></screen>
    133133
     
    176176    <application>Tokyo Cabinet</application> as the header cache backend.</para>
    177177
    178     <para><parameter>--without-gdbm</parameter>: This switch disables
     178    <!-- <para><parameter>- -without-gdbm</parameter>: This switch disables
     179    <application>GDBM</application> as the header cache backend.</para> -->
     180
     181    <para><parameter>--with-gdbm</parameter>: This switch enables
    179182    <application>GDBM</application> as the header cache backend.</para>
    180183
Note: See TracChangeset for help on using the changeset viewer.