Ignore:
Timestamp:
07/27/2012 11:50:10 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
f524a8f
Parents:
9411847
Message:

firefox-14.0.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r9411847 rb9b7146  
    99  <!ENTITY firefox-download-ftp
    1010    "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "82deadb501c7fc0e9fa6b025f51f05a1">
    12   <!ENTITY firefox-size          "76 MB">
    13   <!ENTITY firefox-buildsize     "2.9 GB (31 MB installed)">
    14   <!ENTITY firefox-time          "29 SBU (0.3 SBU if using xulrunner)">
     11  <!ENTITY firefox-md5sum        "c2f884f0f6c41c65cf20f678a1ee7191">
     12  <!ENTITY firefox-size          "79 MB">
     13  <!ENTITY firefox-buildsize     "3.1 GB (36 MB installed) (or 582MB and 3.3MB if using xulrunner)">
     14  <!ENTITY firefox-time          "18 SBU (0.3 SBU if using xulrunner)">
    1515]>
    1616
     
    136136      abbreviated description of each one), issue <command>./configure
    137137      --help</command>. You may also wish to review the entire file and
    138       uncomment any other desired options. Create the file by issuing the
    139       following command:
     138      uncomment any other desired options. The commented line for
     139      <literal>--with-libxul-sdk</literal> has an escaped dollar sign - if you
     140      have chosed to paste the entries into a <filename>mozconfig</filename> file
     141      in your editor, you do not need the escape, it is only necessary when invoking
     142      a subshell in a HERE document. Create the file by issuing the following command:
    140143    </para>
    141144
     
    145148mk_add_options MOZ_MAKE_FLAGS="-j4"
    146149
    147 # If you have installed Yasm delete this option:
    148 ac_add_options --disable-webm
     150# If you have not installed Yasm, uncomment this option:
     151# ac_add_options --disable-webm
    149152
    150153# If you have installed DBus-Glib delete this option:
     
    159162# If you have installed xulrunner uncomment these two lines:
    160163# ac_add_options --with-system-libxul
    161 # ac_add_options --with-libxul-sdk=$(pkg-config --variable=sdkdir libxul)
     164# ac_add_options --with-libxul-sdk=\$(pkg-config --variable=sdkdir libxul)
    162165
    163166# Uncomment these if you have installed them:
     
    192195
    193196    <para>
     197      If you are building a stand-alone <application>firefox</application> with
     198      system versions of <application>nspr</application>,
     199      <application>nss</application>, or <application>sqlite</application>
     200      issue the following command:
     201    </para>
     202
     203<screen><userinput>sed -i 's/\(MOZ_PKG_FATAL_WARNINGS =\).*/\1 0/' \
     204  browser/installer/Makefile.in &amp;&amp;</userinput></screen>
     205
     206    <para>
    194207      Compile <application>Firefox</application> by issuing the following
    195208      commands:
     
    259272  <sect2 role="commands">
    260273    <title>Command Explanations</title>
     274
     275    <para>
     276      <command>sed -i 's/\(MOZ_PKG_FATAL_WARNINGS =\).*/\1 0/' ...</command>: This
     277      sed fixes an error in the internal packaging check..
     278    </para>
    261279
    262280    <para>
Note: See TracChangeset for help on using the changeset viewer.