Author: igor
Date: Tue Oct 15 09:33:54 2013
New Revision: 11981
Log:
Firefox build breaks in chroot unless SHELL is passed to make
Modified:
trunk/BOOK/x/lib/xulrunner.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
Modified: trunk/BOOK/x/lib/xulrunner.xml
==============================================================================
--- trunk/BOOK/x/lib/xulrunner.xml Tue Oct 15 08:29:52 2013 (r11980)
+++ trunk/BOOK/x/lib/xulrunner.xml Tue Oct 15 09:33:54 2013 (r11981)
@@ -212,11 +212,16 @@
</para>
</note>
- <para>
+ <para>
Build <application>Xulrunner</application> by issuing the following
commands:
</para>
+ <note><para>
+ If you are compiling <application>Xulrunner</application> in chroot,
+ prepend <envar>SHELL=/bin/bash</envar> to the first make command below.
+ </para></note>
+
<screen><userinput>make -f client.mk</userinput></screen>
<para>
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml Tue Oct 15 08:29:52 2013
(r11980)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml Tue Oct 15 09:33:54 2013
(r11981)
@@ -245,6 +245,11 @@
commands:
</para>
+ <note><para>
+ If you are compiling <application>Firefox</application> in chroot,
prepend
+ <envar>SHELL=/bin/bash</envar> to the first make command below.
+ </para></note>
+
<screen><userinput>sed -i 's@ ""@@' browser/base/Makefile.in &&
make -f client.mk</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page