diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-04-23 16:41:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-04-23 16:41:41 +0000 |
commit | 5d276d1f9f564bd23619a1bf07eb3dd554ff2987 (patch) | |
tree | 201d0b901b1d8de76c340514dabc282b60a92cc3 | |
parent | 442a3a0ef4aa2136cddbdb9369dc5240e59a0f88 (diff) |
Apply a change to allow Perl to build correctly when
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/perl.xml | 6 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 19 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 41ba7c266..2ef9306ce 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 2a64b80d0..7e2fcc8e6 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -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 diff --git a/general.ent b/general.ent index 967c920c9..c80144906 100644 --- a/general.ent +++ b/general.ent @@ -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 – --> <!ENTITY milestone "8.5"> |