Kbd: Updated to newer patch that also installs the man pages

for the additional programs. Closes Bug 726.
Zlib: Added chmod command to fix static library permissions.
Closes Bug 728.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3139 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-12-18 00:09:28 +00:00
parent 1caa48e19b
commit 84e4cae928
4 changed files with 17 additions and 4 deletions

View File

@ -30,6 +30,7 @@
<itemizedlist> <itemizedlist>
<listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem> <listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem>
<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem> <listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
<listitem><para>kbd-1.08-more-programs-3.patch</para></listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
@ -38,6 +39,7 @@
<listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem> <listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem>
<listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem> <listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem>
<listitem><para>grub-0.93-gcc33-1.patch</para></listitem> <listitem><para>grub-0.93-gcc33-1.patch</para></listitem>
<listitem><para>kbd-1.08-more-programs.patch</para></listitem>
<listitem><para>man-1.5m2-manpath.patch</para></listitem> <listitem><para>man-1.5m2-manpath.patch</para></listitem>
<listitem><para>man-1.5m2-pager.patch</para></listitem> <listitem><para>man-1.5m2-pager.patch</para></listitem>
<listitem><para>ncurses-5.3-vsscanf.patch</para></listitem> <listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
@ -46,6 +48,13 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Kbd: Updated to new
patch that also installs the man pages for the additional programs. Closes Bug
726.</para></listitem>
<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Zlib: Added chmod
command to fix static library permissions. Closes Bug 728.</para></listitem>
<listitem><para>December 12th, 2003 [greg]: Glibc: Moved ld.so.conf creation <listitem><para>December 12th, 2003 [greg]: Glibc: Moved ld.so.conf creation
to immediately before make install in both chapters.</para></listitem> to immediately before make install in both chapters.</para></listitem>

View File

@ -47,10 +47,14 @@ make</userinput></screen>
<screen><userinput>make check</userinput></screen> <screen><userinput>make check</userinput></screen>
<para>And install the package:</para> <para>Install the static library:</para>
<screen><userinput>make install</userinput></screen> <screen><userinput>make install</userinput></screen>
<para>And fix the permissions on the static library:</para>
<screen><userinput>chmod 644 /usr/lib/libz.a</userinput></screen>
<para>It is good policy and common practice to place important libraries into <para>It is good policy and common practice to place important libraries into
the <filename class="directory">/lib</filename> directory. This matters most the <filename class="directory">/lib</filename> directory. This matters most
in scenarios where <filename class="directory">/usr</filename> is on a in scenarios where <filename class="directory">/usr</filename> is on a

View File

@ -13,7 +13,7 @@
<!ENTITY kbd-package "kbd-&kbd-version;.tar.gz"> <!ENTITY kbd-package "kbd-&kbd-version;.tar.gz">
<!ENTITY kbd-size "801 KB"> <!ENTITY kbd-size "801 KB">
<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs.patch"> <!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-3.patch">
<!ENTITY kbd-patch-size "1 KB"> <!ENTITY kbd-patch-size "1 KB">
<!ENTITY kbd-compsize "12 MB"> <!ENTITY kbd-compsize "12 MB">

View File

@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [ "/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "CVS-20031212"> <!ENTITY version "CVS-20031217">
<!ENTITY releasedate "December 12th, 2003"> <!ENTITY releasedate "December 17th, 2003">
<!ENTITY milestone "5.1"> <!ENTITY milestone "5.1">
<!ENTITY nbsp " "> <!ENTITY nbsp " ">