Changeset 5b0a978e for xsoft


Ignore:
Timestamp:
04/01/2020 01:34:37 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, 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:
2f12f62a
Parents:
b1fb2a9
Message:

Update notes on building in chroot, for
mozilla packages needing python multiprocessing.

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rb1fb2a9 r5b0a978e  
    355355echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
    356356
    357     <note><para>
    358       If you are compiling <application>Firefox</application> in chroot, make
    359       sure you have <envar>$SHELL</envar> environment variable set or prepend
    360       <envar>SHELL=/bin/sh</envar>. Also ensure that <filename>/dev/shm</filename>
    361       is mounted.
    362     </para></note>
     357    <note>
     358
     359      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     360       href="../../xincludes/mozshm.xml"/>
     361
     362      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     363       href="../../xincludes/mozmach.xml"/>
     364
     365    </note>
    363366    <!--
    364367    <para>
  • xsoft/graphweb/seamonkey.xml

    rb1fb2a9 r5b0a978e  
    256256EOF</userinput></screen>
    257257
    258     <note><para>
    259       If you are compiling <application>SeaMonkey</application> in chroot, make
    260       sure you have the <envar>SHELL</envar> environment variable set or prepend
    261       <envar>SHELL=/bin/sh</envar> to the first make command below.
    262     </para></note>
     258    <note>
     259      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     260       href="../../xincludes/mozshm.xml"/>
     261      <!-- if this package switches to using ./mach, replace the
     262           folliowing by including mozmach.xml -->
     263      <para>
     264        Second, either as the <systemitem class="username">root</systemitem>
     265        user export the <envar>$SHELL</envar> environment variable using
     266        <command>export SHELL=/bin/sh</command> or else prepend
     267        <envar>SHELL=/bin/sh</envar> when running the first
     268        <command>make</command> command.
     269      </para>
     270    </note>
    263271
    264272    <para>
  • xsoft/other/thunderbird.xml

    rb1fb2a9 r5b0a978e  
    229229    </para>
    230230
    231     <note><para>
    232       If you are compiling <application>Thunderbird</application> in chroot,
    233       prepend <envar>SHELL=/bin/sh</envar> to the build command below.
    234     </para></note>
     231    <note>
     232      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     233       href="../../xincludes/mozshm.xml"/>
     234
     235      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     236       href="../../xincludes/mozmach.xml"/>
     237
     238    </note>
    235239<!--
    236240    <para>
Note: See TracChangeset for help on using the changeset viewer.