Author: bdubbs
Date: Tue Apr 23 09:41:41 2019
New Revision: 11586

Log:
Apply a change to allow Perl to build correctly when

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/perl.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Mon Apr 22 00:17:29 2019        (r11585)
+++ trunk/BOOK/chapter01/changelog.xml  Tue Apr 23 09:41:41 2019        (r11586)
@@ -44,6 +44,16 @@
     -->
 
     <listitem>
+      <para>2019-04-23</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Apply a change to allow Perl to build correctly when
+          building with the latest versions of gcc.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2019-04-20</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/perl.xml
==============================================================================
--- trunk/BOOK/chapter06/perl.xml       Mon Apr 22 00:17:29 2019        (r11585)
+++ trunk/BOOK/chapter06/perl.xml       Tue Apr 23 09:41:41 2019        (r11586)
@@ -61,6 +61,12 @@
 
 <screen><userinput remap="pre">patch -Np1 -i 
../&perl-gcc5-fixes-patch;</userinput></screen>
 -->
+
+    <para>Apply a change to allow the program to build correctly when building
+    with the latest versions of gcc:</para>
+
+<screen><userinput remap="pre">sed -i 's/67]/6789]/' 
Configure</userinput></screen>
+
     <para>To have full control over the way Perl is set up, you can remove the
     <quote>-des</quote> options from the following command and hand-pick the 
way
     this package is built. Alternatively, use the command exactly as below to

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Apr 22 00:17:29 2019        (r11585)
+++ trunk/BOOK/general.ent      Tue Apr 23 09:41:41 2019        (r11586)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20190420">
+<!ENTITY version         "SVN-20190423">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc 
releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or 
"x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20190420-systemd">
+<!ENTITY versiond        "20190423-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "April 20, 2019">
+<!ENTITY releasedate     "April 23, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "8.5">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to