Ignore:
Timestamp:
04/22/2012 06:28:16 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
1412d23b
Parents:
9e069685
Message:

xulrunner-12.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/xulrunner.xml

    r9e069685 ra949fa4  
    7373        <para>
    7474          Estimated build time: &xulrunner-time;
    75         </para>
    76       </listitem>
    77     </itemizedlist>
    78 
    79     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    80     <itemizedlist spacing="compact">
    81       <listitem>
    82         <para>
    83           Required patch if you're using <application>GCC-4.7</application>:
    84           <ulink url="&patch-root;/xulrunner-&xulrunner-version;_gcc-4.7-1.patch"/>
    8575        </para>
    8676      </listitem>
     
    199189    </para>
    200190
    201 <screen><userinput>patch -p1 &lt; ../xulrunner-&xulrunner-version;_gcc-4.7-1.patch &amp;&amp;
    202 sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' configure &amp;&amp;
    203 if pkg-config --atleast-version &nspr-version; nspr
     191<screen><userinput>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;' \
     192  ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc &amp;&amp;
     193sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;' ipc/chromium/src/base/time_posix.cc &amp;&amp;
     194make -f client.mk</userinput></screen>
     195
     196<!--
     197if pkg-config -&#45;atleast-version &nspr-version; nspr
    204198then sed -i '/Version/aRequires: nspr &gt;= &nspr-version;' xulrunner/installer/libxul-embedding.pc.in
    205199else sed -i '/Version/aRequires: mozilla-nspr &gt;= &nspr-version;' xulrunner/installer/libxul-embedding.pc.in
    206200fi &amp;&amp;
    207 make -f client.mk</userinput></screen>
     201-->
    208202
    209203    <para>
     
    216210
    217211<screen role="root"><userinput>make -C xulrunner-build-dir install &amp;&amp;
    218 mkdir -p /usr/lib/mozilla &amp;&amp;
     212mkdir -p /usr/lib/mozilla/plugins &amp;&amp;
    219213rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
    220214ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
     
    229223
    230224    <para>
    231       <command>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION ...</command>: This fixes
    232       <application>Xulrunner's</application> <command>configure</command>
    233       script to properly detect <xref linkend="libvpx"/>. It is not needed if
    234       you have libvpx-v0.9.7 or earlier installed or if you've not installed
    235       <application>Libvpx</application>.
    236     </para>
    237 
    238     <para>
    239       <command>if pkg-config --atleast-version &nspr-version; nspr;
     225      <command>sed -i '/fcntl.h/a#include &lt;unistd.h&gt;'
     226      ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc
     227      &amp;&amp; sed -i '/sys\/time\.h/a#include &lt;unistd.h&gt;'
     228      ipc/chromium/src/base/time_posix.cc</command>: These seds fix bugs that
     229      would otherwise break the build if you're using
     230      <application>GCC 4.7</application>.
     231    </para>
     232
     233    <!-- is this sed nstill needed?
     234    <para>
     235      <command>if pkg-config -&#45;atleast-version &nspr-version; nspr;
    240236      then sed -i '/Version/aRequires: nspr &gt;= &nspr-version;'
    241237      xulrunner/installer/libxul-embedding.pc.in;
     
    248244      other applications without this, the prtypes header from NSPR will not be
    249245      found.
    250     </para>
     246    </para> -->
    251247
    252248    <para>
     
    287283
    288284      <seglistitem>
    289         <seg>xulrunner, and optionally nspr-config</seg>
     285        <seg>xulrunner</seg>
    290286        <seg>Numerous libraries, browser components, plugins, extensions, and
    291287        helper modules installed in <filename
Note: See TracChangeset for help on using the changeset viewer.