Apply upstream changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Trepl 2019-05-02 07:30:27 +00:00 committed by Xℹ Ruoyao
parent d82ab5da44
commit 297d9f78f3
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC
3 changed files with 21 additions and 5 deletions

View File

@ -45,7 +45,17 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem revision="systemd">
<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>
@ -64,7 +74,7 @@
<para>[bdubbs] - Update to libcap-2.27. Fixes
<ulink url="&lfs-ticket-root;4457">#4457</ulink>.</para>
</listitem>
<listitem>
<listitem revision="systemd">
<para>[renodr] - Fix the syntax used for configuring automatic file
creation and deletion.</para>
</listitem>

View File

@ -61,6 +61,12 @@ export BUILD_BZIP2=0</userinput></screen>
<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

View File

@ -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">