Ignore:
Timestamp:
12/10/2019 06:12:19 AM (4 years ago)
Author:
Ken Moffat <ken@…>
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:
861bbbc
Parents:
4ce96fe
Message:

Work around upstream's incompatible use of NINJAJOBS envvar in qtwebengine-5.13+.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r4ce96fe re90b81d  
    198198<screen><userinput>sed -i '5713s/.*/&amp;;/' \
    199199  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
     208http://lists.linuxfromscratch.org/pipermail/blfs-dev/2019-December/036996.html
     209et.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>
    200212
    201213    <para>
Note: See TracChangeset for help on using the changeset viewer.