Changeset 4c2bf3d6


Ignore:
Timestamp:
07/07/2013 03:47:27 PM (11 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f3aea8b
Parents:
e38e022
Message:

Firefox - patch it if using xulrunner : Thanks to Fernando.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re38e022 r4c2bf3d6  
    4545-->
    4646    <listitem>
     47      <para>July 7th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - fixes for firefox built on xulrunner.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4756      <para>July 6th, 2013</para>
    4857      <itemizedlist>
  • xsoft/graphweb/firefox.xml

    re38e022 r4c2bf3d6  
    7070          Estimated build time: &firefox-time;
    7171        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Download (if linking against xulrunner)</bridgehead>
     76    <itemizedlist spacing='compact'>
     77      <listitem>
     78        <para>Recommended Patch: <ulink
     79        url="&patch-root;/firefox-&firefox-version;-search_box_fix-1.patch"/></para>
    7280      </listitem>
    7381    </itemizedlist>
     
    218226
    219227    <para>
     228      If you are building against an already installed <application>xulrunner</application>
     229      apply the patch:
     230    </para>
     231
     232<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-search_box_fix-1.patch
     233</userinput></screen>
     234
     235    <para>
    220236      Compile <application>Firefox</application> by issuing the following
    221237      commands:
     
    297313  <sect2 role="commands">
    298314    <title>Command Explanations</title>
     315
     316    <para>
     317      <command>patch -Np1 -i ../firefox-&firefox-version;-search_box_fix-1.patch
     318      </command>: This command makes the search box work again. It is only
     319      needed if you are linking against an already installed
     320      <application>xulrunner</application>.
     321    </para>
    299322
    300323    <para>
Note: See TracChangeset for help on using the changeset viewer.