Changeset 5129e84


Ignore:
Timestamp:
05/02/2019 07:30:27 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
8ac74505
Parents:
d8fba27
Message:

Apply upstream changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd8fba27 r5129e84  
    4646    -->
    4747
    48     <listitem revision="systemd">
     48    <listitem>
     49      <para>2019-04-23</para>
     50      <itemizedlist>
     51        <listitem>
     52          <para>[bdubbs] - Apply a change to allow Perl to build correctly when
     53          building with the latest versions of gcc.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4959      <para>2019-04-20</para>
    5060      <itemizedlist>
     
    6575          <ulink url="&lfs-ticket-root;4457">#4457</ulink>.</para>
    6676        </listitem>
    67         <listitem>
     77        <listitem revision="systemd">
    6878          <para>[renodr] - Fix the syntax used for configuring automatic file
    6979          creation and deletion.</para>
  • chapter06/perl.xml

    rd8fba27 r5129e84  
    6262<screen><userinput remap="pre">patch -Np1 -i ../&perl-gcc5-fixes-patch;</userinput></screen>
    6363-->
     64
     65    <para>Apply a change to allow the program to build correctly when building
     66    with the latest versions of gcc:</para>
     67
     68<screen><userinput remap="pre">sed -i 's/67]/6789]/' Configure</userinput></screen>
     69
    6470    <para>To have full control over the way Perl is set up, you can remove the
    6571    <quote>-des</quote> options from the following command and hand-pick the way
  • general.ent

    rd8fba27 r5129e84  
    1 <!ENTITY version         "SVN-20190420">
     1<!ENTITY version         "SVN-20190423">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190420-systemd">
     6<!ENTITY versiond        "20190423-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "April 20, 2019">
     10<!ENTITY releasedate     "April 23, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.