Changeset e90b81d
- Timestamp:
- 12/10/2019 06:12:19 AM (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:
- 861bbbc
- Parents:
- 4ce96fe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4ce96fe re90b81d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> -
introduction/welcome/changelog.xml
r4ce96fe re90b81d 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 11th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Work around upstream qtwebengine's use of a 49 NINJAJOBS environment variable, reported by Alain Dumont.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 44 53 45 54 <listitem> -
x/lib/qtwebengine.xml
r4ce96fe re90b81d 198 198 <screen><userinput>sed -i '5713s/.*/&;/' \ 199 199 src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc</userinput></screen> 200 201 <para> 202 Finally, fix a change in the build system which allows its developers to 203 pass e.g. -j20 to make (for quick tests of some areas) but breaks the 204 build with LFS's use of the NINJAJOBS environment variable: 205 </para> 206 207 <!-- editors: See thread at 208 http://lists.linuxfromscratch.org/pipermail/blfs-dev/2019-December/036996.html 209 et.seq, particularly 037002.html which shows the commit near the end. --> 210 211 <screen><userinput>sed -i 's/NINJAJOBS/NINJA_JOBS/' src/core/gn_run.pro</userinput></screen> 200 212 201 213 <para>
Note:
See TracChangeset
for help on using the changeset viewer.