Changeset e921ae99


Ignore:
Timestamp:
03/30/2005 11:02:55 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
9ba1dd2
Parents:
8825a2a
Message:

Updated build entities in Heimdal and GDBM instructions; added indexing tags to GDBM instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gdbm.xml

    r8825a2a re921ae99  
    99<!ENTITY gdbm-md5sum "1d1b1d5c0245b1c00aff92da751e9aa1">
    1010<!ENTITY gdbm-size "223 KB">
    11 <!ENTITY gdbm-buildsize "4.1 MB">
     11<!ENTITY gdbm-buildsize "2.75 MB">
    1212<!ENTITY gdbm-time "0.08 SBU">
    1313]>
     
    2020<?dbhtml filename="gdbm.html"?>
    2121<title>GDBM-&gdbm-version;</title>
     22<indexterm zone="gdbm">
     23<primary sortas="a-GDBM">GDBM</primary></indexterm>
    2224
    2325<sect2>
     
    5759
    5860<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    59 make &amp;&amp;
    60 make BINOWN=root BINGRP=root install</command></userinput></screen>
     61make</command></userinput></screen>
     62
     63<para>Now, as the root user:</para>
     64
     65<screen><userinput role='root'><command>make BINOWN=root BINGRP=root install</command></userinput></screen>
    6166
    6267<para>In addition, you may need to install the <application>DBM</application>
    63 and <application>NDBM</application> compatibility headers since some
    64 applications look for these older dbm routines.</para>
     68and <application>NDBM</application> compatibility headers and library since
     69some applications look for these older dbm routines.</para>
    6570
    66 <screen><userinput><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen>
     71<screen><userinput role='root'><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen>
    6772
    6873</sect2>
     
    8287<title>Contents</title>
    8388
    84 <para>The <application><acronym>GDBM</acronym></application> package
    85 contains <filename class="libraryfile">libgdbm</filename> libraries.</para>
     89<segmentedlist>
     90<segtitle>Installed Programs</segtitle>
     91<segtitle>Installed Libraries</segtitle>
     92<segtitle>Installed Directories</segtitle>
    8693
    87 </sect2>
     94<seglistitem>
     95<seg>None</seg>
     96<seg>libgdbm.[so,a] and libgdbm_compat.[so,a]</seg>
     97<seg>None</seg>
     98</seglistitem>
     99</segmentedlist>
    88100
    89 <sect2><title>Description</title>
     101<variablelist>
     102<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     103<?dbfo list-presentation="list"?>
    90104
    91 <sect3><title>gdbm libraries</title>
    92 <para><filename class="libraryfile">libgdbm</filename> libraries contain
    93 functions that perform database routines using extendible hashing.</para>
    94 </sect3>
     105<varlistentry id="libgdbm">
     106<term><filename class='libraryfile'>libgdbm.[so,a]</filename></term>
     107<listitem><para>contains functions that perform database routines using
     108extendible hashing.</para>
     109<indexterm zone="gdbm libgdbm">
     110<primary sortas="c-libgdbm">libgdbm.[so,a]</primary>
     111</indexterm></listitem>
     112</varlistentry>
     113</variablelist>
    95114
    96115</sect2>
  • postlfs/security/heimdal.xml

    r8825a2a re921ae99  
    99  <!ENTITY heimdal-md5sum        "2265fd2d4573dd3a8da45ce62519e48b">
    1010  <!ENTITY heimdal-size          "3.3 MB">
    11   <!ENTITY heimdal-buildsize     "70 MB">
    12   <!ENTITY heimdal-time          "2.18 SBU">
     11  <!ENTITY heimdal-buildsize     "71 MB">
     12  <!ENTITY heimdal-time          "2.06 SBU">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.