Changeset 0f1924a for BOOK


Ignore:
Timestamp:
Jun 9, 2017, 9:06:18 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
a16caa0
Parents:
6280055
Message:

Add patch for automake and latest perl changes.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/automake.xml

    r6280055 r0f1924a  
    2727
    2828    <para os="a">Prepare Automake for compilation:</para>
     29
     30    <para os="p1">Apply the following patch to fix outdated syntax that is no
     31    longer recognized by Perl-&perl-version;.</para>
     32
     33<screen os="p2"><userinput>patch -Np1 -i ../&automake-perl-patch;</userinput></screen>
    2934
    3035<screen os="b"><userinput>./configure \
  • BOOK/final-system/multilib/automake.xml

    r6280055 r0f1924a  
    2525    href="../common/automake.xml"
    2626    xpointer="xpointer(//*[@os='a'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/automake.xml"
     30    xpointer="xpointer(//*[@os='p1'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     33    href="../common/automake.xml"
     34    xpointer="xpointer(//*[@os='p2'])"/>
    2735
    2836<screen os="b"><userinput>CC="gcc ${BUILD64}" \
  • BOOK/materials/common/patches.xml

    r6280055 r0f1924a  
    1818
    1919  <variablelist role="materials">
     20
     21    <varlistentry>
     22      <term>Automake Perl Patch - <token>&automake-perl-patch-size;</token>:</term>
     23      <listitem>
     24        <para>Download: <ulink
     25        url="&patches-root;&automake-perl-patch;"/></para>
     26        <para>MD5 sum: <literal>&automake-perl-patch-md5;</literal></para>
     27      </listitem>
     28    </varlistentry>
     29
    2030
    2131    <varlistentry>
  • BOOK/patches.ent

    r6280055 r0f1924a  
    44
    55<!-- Start of Common Patches -->
     6
     7<!ENTITY automake-perl-patch "automake-&automake-version;-perl_5_26-1.patch">
     8<!ENTITY automake-perl-patch-md5 "99dd9d0a31f4a51fbe77bbc13aa9d783">
     9<!ENTITY automake-perl-patch-size "0.685 KB">
    610
    711<!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-1.patch">
Note: See TracChangeset for help on using the changeset viewer.