mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
1caa48e19b
commit
84e4cae928
@ -30,6 +30,7 @@
|
||||
<itemizedlist>
|
||||
<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>kbd-1.08-more-programs-3.patch</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
@ -38,6 +39,7 @@
|
||||
<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>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-pager.patch</para></listitem>
|
||||
<listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
|
||||
@ -46,6 +48,13 @@
|
||||
</itemizedlist>
|
||||
</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
|
||||
to immediately before make install in both chapters.</para></listitem>
|
||||
|
||||
|
@ -47,10 +47,14 @@ make</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>
|
||||
|
||||
<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
|
||||
the <filename class="directory">/lib</filename> directory. This matters most
|
||||
in scenarios where <filename class="directory">/usr</filename> is on a
|
||||
|
@ -13,7 +13,7 @@
|
||||
<!ENTITY kbd-package "kbd-&kbd-version;.tar.gz">
|
||||
<!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-compsize "12 MB">
|
||||
|
Loading…
Reference in New Issue
Block a user