Ignore:
Timestamp:
01/16/2012 02:56:53 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:
38216f2
Parents:
a7b45fd
Message:

xulrunner needs to be patched to compile with libpng-1.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/xulrunner.xml

    ra7b45fd r7133ec2  
    6363    </itemizedlist>
    6464
     65    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     66    <itemizedlist spacing="compact">
     67      <listitem>
     68        <para>Required patch:
     69        <ulink
     70        url="&patch-root;/xulrunner-&xulrunner-version;-libpng-1.5-1.patch"/></para>
     71      </listitem>
     72    </itemizedlist>
     73
    6574    <bridgehead renderas="sect3">Xulrunner Dependencies</bridgehead>
    6675
     
    8695    <ulink url="http://www.webmproject.org/code/">libvpx</ulink>,
    8796    <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
     97    <ulink url="http://libevent.org/">Libevent</ulink>,
    8898    <xref linkend="doxygen"/>,
    8999    <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for gnome
     
    110120    and comment or uncomment options as necessary.</para>
    111121
    112 <screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
     122<screen><?dbfo keep-together="auto"?><userinput>patch -p1 &lt; ../xulrunner-&xulrunner-version;-libpng-1.5-1.patch &amp;&amp;cat &gt; mozconfig &lt;&lt; "EOF"
    113123<literal># If you have a multicore machine you can speed up the build by running
    114124# several jobs at once, but if you have a single core, delete this line:
     
    133143# ac_add_options --with-system-libvpx
    134144# ac_add_options --enable-startup-notification
     145# ac_add_options --enable-system-hunspell
     146# ac_add_options --with-system-libevent
    135147
    136148mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/xulrunner-build-dir
    137149ac_add_options --prefix=/usr
    138150ac_add_options --enable-application=xulrunner
    139 ac_add_options --enable-pthreads
     151ac_add_options --with-pthreads
    140152ac_add_options --enable-system-ffi
    141 ac_add_options --enable-system-jpeg
    142 ac_add_options --enable-system-png
     153ac_add_options --with-system-jpeg
     154ac_add_options --with-system-png
    143155ac_add_options --enable-system-cairo
    144 ac_add_options --enable-system-zlib
     156ac_add_options --with-system-zlib
    145157ac_add_options --enable-shared
    146158ac_add_options --disable-static
Note: See TracChangeset for help on using the changeset viewer.