Author: ken
Date: Sun Jul 7 08:47:27 2013
New Revision: 11365
Log:
Firefox - patch it if using xulrunner : Thanks to Fernando.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Jul 7 04:31:01
2013 (r11364)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jul 7 08:47:27
2013 (r11365)
@@ -44,6 +44,15 @@
-->
<listitem>
+ <para>July 7th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - fixes for firefox built on xulrunner.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 6th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml Sun Jul 7 04:31:01 2013
(r11364)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml Sun Jul 7 08:47:27 2013
(r11365)
@@ -72,6 +72,14 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Download (if linking against
xulrunner)</bridgehead>
+ <itemizedlist spacing='compact'>
+ <listitem>
+ <para>Recommended Patch: <ulink
+
url="&patch-root;/firefox-&firefox-version;-search_box_fix-1.patch"/></para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -217,6 +225,14 @@
EOF</userinput></screen>
<para>
+ If you are building against an already installed
<application>xulrunner</application>
+ apply the patch:
+ </para>
+
+<screen><userinput>patch -Np1 -i
../firefox-&firefox-version;-search_box_fix-1.patch
+</userinput></screen>
+
+ <para>
Compile <application>Firefox</application> by issuing the following
commands:
</para>
@@ -298,6 +314,13 @@
<title>Command Explanations</title>
<para>
+ <command>patch -Np1 -i
../firefox-&firefox-version;-search_box_fix-1.patch
+ </command>: This command makes the search box work again. It is only
+ needed if you are linking against an already installed
+ <application>xulrunner</application>.
+ </para>
+
+ <para>
<command>sed -i 's@ ""@@' browser/base/Makefile.in</command>: This sed
removes an unprintable control character from the title bar.
</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page