ソースを参照

* gettext no longer installs libgettext{lib,src}.a (Jack Brown)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年 前
コミット
a867bd89d4
3 ファイル変更6 行追加3 行削除
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/gettext.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -81,6 +81,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>March 10, 2005 [matt]: gettext no longer installs
+libgettext{lib,src}.a (Jack Brown)</para></listitem>
+
 <listitem><para>March 3, 2005 [matt]: Remove --without-cvs from glibc
 instructions, as we're not using glibc CVS snapshots anymore</para></listitem>
 

+ 1 - 1
chapter06/gettext.xml

@@ -58,7 +58,7 @@ Diffutils, Gawk, GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
 gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, 
 msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, 
 ngettext, and xgettext</seg>
-<seg>libasprintf[a,so], libgettextlib[a,so], libgettextpo[a,so] and libgettextsrc[a,so]</seg></seglistitem>
+<seg>libasprintf[a,so], libgettextlib.so, libgettextpo[a,so] and libgettextsrc.so</seg></seglistitem>
 </segmentedlist>
 
 <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050303">
-<!ENTITY releasedate "March 03, 2005">
+<!ENTITY version "SVN-20050310">
+<!ENTITY releasedate "March 10, 2005">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">