Ignore:
Timestamp:
05/07/2016 04:34:55 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
e2e2004
Parents:
01e86d88
Message:

Update to firefox-46.0.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r01e86d88 r0e78dee  
    66
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    8 <!-- 550 Permission denied.
    9   <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    108  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "8a516da3858b17f55451810efc7a239a">
     9  <!ENTITY firefox-md5sum        "3e3b90268b8a634f7c60a25eb3a04c8c">
    1210  <!ENTITY firefox-size          "179 MB">
    13   <!ENTITY firefox-buildsize     "4.4 GB (80 MB installed)">
    14   <!ENTITY firefox-time          "11 SBU (with parallelism=4)">
     11  <!ENTITY firefox-buildsize     "4.6 GB (84 MB installed)">
     12  <!ENTITY firefox-time          "11.5 SBU (with parallelism=4)">
    1513]>
    1614
     
    3836
    3937    &lfs79_checked;
     38    &gcc6_checked;
    4039
    4140    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    255254    </para></note>
    256255
    257 <screen><userinput>make -f client.mk</userinput></screen>
     256<screen><userinput>sed -e '/#include/i\
     257    print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
     258    -i nsprpub/config/make-system-wrappers.pl
     259
     260sed -e '/#include/a\
     261    print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
     262    -i nsprpub/config/make-system-wrappers.pl
     263
     264CXX='g++ -std=c++11' make -f client.mk</userinput></screen>
    258265
    259266    <para>
     
    275282  <sect2 role="commands">
    276283    <title>Command Explanations</title>
     284
     285     <para>
     286      <command>sed ...</command>: These commads correct the source to be
     287      compatible with gcc6.
     288    </para>
    277289
    278290    <para>
Note: See TracChangeset for help on using the changeset viewer.