Changeset 8b3a8979


Ignore:
Timestamp:
10/15/2013 04:33:54 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
755e97c
Parents:
0165a3fe
Message:

Firefox build breaks in chroot unless SHELL is passed to make

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/xulrunner.xml

    r0165a3fe r8b3a8979  
    213213    </note>
    214214
    215         <para>
     215    <para>
    216216      Build <application>Xulrunner</application> by issuing the following
    217217      commands:
    218218    </para>
     219
     220    <note><para>
     221      If you are compiling <application>Xulrunner</application> in chroot,
     222      prepend <envar>SHELL=/bin/bash</envar> to the first make command below.
     223    </para></note>
    219224
    220225<screen><userinput>make -f client.mk</userinput></screen>
  • xsoft/graphweb/firefox.xml

    r0165a3fe r8b3a8979  
    246246    </para>
    247247
     248    <note><para>
     249      If you are compiling <application>Firefox</application> in chroot, prepend
     250      <envar>SHELL=/bin/bash</envar> to the first make command below.
     251    </para></note>
     252     
    248253<screen><userinput>sed -i 's@ ""@@' browser/base/Makefile.in &amp;&amp;
    249254make -f client.mk</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.