Changeset e90b81d for x/lib/qtwebengine.xml
- Timestamp:
- 12/10/2019 06:12:19 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 861bbbc
- Parents:
- 4ce96fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.