mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Add GDBM as a pre-requisite for Man-DB. Fixes #2298.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4d99bf0278
commit
8f90f47def
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<para>2009-05-23</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Add GDBM as a pre-requisite for Man-DB. Fixes
|
||||
<ulink url="&lfs-ticket-root;2298">#2298</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Add upstream Bash patches. Fixes
|
||||
<ulink url="&lfs-ticket-root;2397">#2397</ulink>.</para>
|
||||
|
@ -74,6 +74,9 @@
|
||||
<listitem>
|
||||
<para>GCC &gcc-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>GDBM &gdbm-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<para>Gettext &gettext-version;</para>
|
||||
</listitem>-->
|
||||
@ -228,6 +231,10 @@
|
||||
<para>&gcc-startfiles-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>GDBM-&gdbm-version;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&gettext-upstream_fixes-patch;</para>
|
||||
</listitem>
|
||||
|
@ -176,6 +176,15 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>GDBM (&gdbm-version;) - <token>&gdbm-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Home page: <ulink url="&gdbm-home;"/></para>
|
||||
<para>Download: <ulink url="&gdbm-url;"/></para>
|
||||
<para>MD5 sum: <literal>&gdbm-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Gettext (&gettext-version;) - <token>&gettext-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -47,6 +47,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="findutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="flex.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/>
|
||||
|
@ -63,6 +63,7 @@ ln -sv bash /bin/sh</userinput></screen>
|
||||
|
||||
<screen><userinput>cat > /etc/passwd << "EOF"
|
||||
<literal>root:x:0:0:root:/root:/bin/bash
|
||||
bin:x:1:1:bin:/dev/null:/bin/false
|
||||
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
|
10
packages.ent
10
packages.ent
@ -177,6 +177,16 @@
|
||||
<!ENTITY gcc-ch6-du "1.1 GB testsuite included">
|
||||
<!ENTITY gcc-ch6-sbu "25 SBU testsuite included">
|
||||
|
||||
<!ENTITY gdbm-version "1.8.3">
|
||||
<!ENTITY gdbm-size "223 KB">
|
||||
<!ENTITY gdbm-url "&gnu;gdbm/gdbm-&gdbm-version;.tar.gz">
|
||||
<!ENTITY gdbm-md5 "1d1b1d5c0245b1c00aff92da751e9aa1">
|
||||
<!ENTITY gdbm-home "&gnu-software;gdbm/">
|
||||
<!ENTITY gdbm-ch5-du " MB">
|
||||
<!ENTITY gdbm-ch5-sbu " SBU">
|
||||
<!ENTITY gdbm-ch6-du " MB">
|
||||
<!ENTITY gdbm-ch6-sbu " SBU">
|
||||
|
||||
<!ENTITY gettext-version "0.17">
|
||||
<!ENTITY gettext-size "11,368 KB">
|
||||
<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz">
|
||||
|
Loading…
Reference in New Issue
Block a user