Changeset 5409013


Ignore:
Timestamp:
02/13/2020 03:13:52 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9ac8d7cc
Parents:
5d1a066
Message:

Fix building openjdk with make-4.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22666 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5d1a066 r5409013  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 12th, &year;">
     9<!ENTITY releasedate  "February 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/openjdk.xml

    r5d1a066 r5409013  
    150150    </itemizedlist>
    151151
     152    <bridgehead renderas="sect4">Required patch</bridgehead>
     153
     154    <itemizedlist spacing='compact'>
     155      <listitem>
     156        <para>
     157          <ulink url="&patch-root;/openjdk/openjdk-&openjdk-version;-make_4.3_fix-1.patch"/>
     158        </para>
     159      </listitem>
     160    </itemizedlist>
     161
    152162    <bridgehead renderas="sect3">OpenJDK Dependencies</bridgehead>
    153163
     
    198208
    199209<screen><userinput>tar -xf ../jtreg-&jtreg-version;.tar.gz</userinput></screen>
     210
     211    <para>
     212      Apply a patch to allow building with make-4.3:
     213    </para>
     214
     215<screen><userinput>patch -p1 -i ../openjdk-&openjdk-version;-make_4.3_fix-1.patch</userinput></screen>
    200216
    201217    <note>
     
    296312    <para>
    297313      If desired, you may create .desktop files to add entries
    298       in the menu for <command>java</command>, <command>policytool</command>,
     314      in the menu for <command>java</command>
    299315      and <command>jconsole</command>. The needed icons have already been
    300316      installed. As the <systemitem class="username">root</systemitem> user:
  • introduction/welcome/changelog.xml

    r5d1a066 r5409013  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>February 13th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Fix building openjdk with make-4.3. Report
     49          by Jean-Marc Pigeon and patch found by Ken Moffat.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>February 12th, 2020</para>
Note: See TracChangeset for help on using the changeset viewer.