Changeset 5409013
- Timestamp:
- 02/13/2020 03:13:52 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9ac8d7cc
- Parents:
- 5d1a066
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5d1a066 r5409013 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 1 2th, &year;">9 <!ENTITY releasedate "February 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/openjdk.xml
r5d1a066 r5409013 150 150 </itemizedlist> 151 151 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 152 162 <bridgehead renderas="sect3">OpenJDK Dependencies</bridgehead> 153 163 … … 198 208 199 209 <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> 200 216 201 217 <note> … … 296 312 <para> 297 313 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> 299 315 and <command>jconsole</command>. The needed icons have already been 300 316 installed. As the <systemitem class="username">root</systemitem> user: -
introduction/welcome/changelog.xml
r5d1a066 r5409013 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>February 12th, 2020</para>
Note:
See TracChangeset
for help on using the changeset viewer.