Changeset f7ddfa0e


Ignore:
Timestamp:
07/19/2014 11:52:54 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
91e382cd
Parents:
3eb09b31
Message:

Xulrunner-30.0: fix build with ac_add_options --enable-shared-js.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r3eb09b31 rf7ddfa0e  
    4848      <para>July 19th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Xulrunner-30.0: fix build with
     52          <command>ac_add_options --enable-shared-js</command>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to MesaLib-10.2.4. Fixes
  • x/lib/xulrunner.xml

    r3eb09b31 rf7ddfa0e  
    206206ac_add_options --enable-system-pixman
    207207
    208 # shared-js broken by WeakMapPtr visibility
    209 #ac_add_options --enable-shared-js
     208ac_add_options --enable-shared-js
    210209ac_add_options --with-pthreads
    211210
     
    235234    </para></note>
    236235
    237 <screen><userinput>make -f client.mk</userinput></screen>
     236<screen><userinput>sed -i '/^template class/s/JS::WeakMapPtr/JS_PUBLIC_API(&amp;)/' \
     237       js/src/vm/WeakMapPtr.cpp &amp;&amp;
     238make -f client.mk</userinput></screen>
    238239
    239240    <para>
     
    273274      this command, you will enable opt-in support for geolocation web services
    274275      when you are using a wifi connection.
     276    </para>
     277
     278    <para>
     279      <command>sed -i ... js/src/vm/WeakMapPtr.cpp</command>: Fixes build with
     280      <command>ac_add_options --enable-shared-js</command>.
    275281    </para>
    276282
Note: See TracChangeset for help on using the changeset viewer.