Ignore:
Timestamp:
03/05/2015 02:53:05 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
e907ed05
Parents:
f086d778
Message:

Fix Firefox-36.0: move back MOZ_MAKE_FLAGS to
mozconfig and add 'chown -R 0:0 /usr/lib/firefox-36.0',
in the same way as TB and SM.
Minor fixes and formatting: SeaMonkey-2.32.1 and Thunderbird-31.5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rf086d778 rdcb0fe6  
    161161
    162162<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    163 <literal># If you have installed DBus-Glib comment out this line:
     163<literal># If you have a multicore machine, all cores will be used by default.
     164# If desired, you can reduce the number of cores used, e.g. to 1, by
     165# uncommenting the next line and setting a valid number of CPU cores.
     166#mk_add_options MOZ_MAKE_FLAGS="-j1"
     167
     168# If you have installed DBus-Glib comment out this line:
    164169ac_add_options --disable-dbus
    165170
     
    254259    </para></note>
    255260
    256 <screen><userinput>MOZ_MAKE_FLAGS='-j<replaceable>&lt;number&gt;</replaceable>' \
    257 make -f client.mk</userinput></screen>
    258 
    259     <para>
    260       where <replaceable>&lt;number&gt;</replaceable> is an integer between 1
    261       and the number of threads of your processor, inclusive. The variable
    262       <envar>MOZ_MAKE_FLAGS</envar> governs the number of parallel processes
    263       used by <command>make</command>. If it is not defined, the compilation
    264       will use all threads of a multithread machine. If this is what you want,
    265       just delete the line with <envar>MOZ_MAKE_FLAGS</envar> in the command
    266       above.
    267     </para>
     261<screen><userinput>make -f client.mk</userinput></screen>
    268262
    269263    <para>
     
    277271<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    278272
    279 mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
     273chown -R 0:0 /usr/lib/firefox-&firefox-version;  &amp;&amp;
     274mkdir -pv /usr/lib/mozilla/plugins  &amp;&amp;
    280275ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
    281276
Note: See TracChangeset for help on using the changeset viewer.