Ignore:
Timestamp:
10/03/2014 11:29:03 AM (10 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, krejzi/svn, 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:
582944a
Parents:
9812278
Message:

Update to thunderbird-31.1.2.
Thunar-1.6.3, Firefox-32.0.1 and SeaMonkey-2.29.1: fixes and tweaks.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r9812278 r4def8b6  
    146146    </para>
    147147
    148 <screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; EOF
    149 # If you have a multicore machine you can speed up the build by running
     148<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
     149<literal># If you have a multicore machine you can speed up the build by running
    150150# several jobs at once, but if you have a single core, delete this line:
    151151mk_add_options MOZ_MAKE_FLAGS="-j$(getconf _NPROCESSORS_ONLN)"
     
    189189ac_add_options --disable-updater
    190190ac_add_options --enable-application=suite
     191ac_add_options --enable-optimize
    191192ac_add_options --enable-shared
    192193ac_add_options --enable-system-cairo
     
    196197ac_add_options --with-system-jpeg
    197198ac_add_options --with-system-png
    198 ac_add_options --with-system-zlib
     199ac_add_options --with-system-zlib</literal>
    199200EOF</userinput></screen>
    200201
     
    218219    </note>
    219220
    220 <screen><userinput>make -f client.mk</userinput></screen>
     221<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
     222make -f client.mk</userinput></screen>
    221223
    222224    <para>
     
    253255
    254256    <para>
     257      <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
     258      On this version of seamonkey, an old bug has reappeared in 32-bit builds.
     259      With optimization, the install fails with a Python error.  This
     260      command will fix i686 builds and preserve the optimization on x86_64.
     261    </para>
     262
     263    <para>
    255264      <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
    256       at the beginning of the build.
     265      of Makefile at the beginning of the build, where a file cannot be found.
    257266    </para>
    258267
Note: See TracChangeset for help on using the changeset viewer.