Ignore:
Timestamp:
01/24/2017 11:34:10 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
747a35d
Parents:
f6d4c9c7
Message:

Firefox-51.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rf6d4c9c7 re5c6346  
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    88  <!ENTITY firefox-download-ftp " ">
    9   <!ENTITY firefox-md5sum        "0f6a56cd8da8fa9deedfd61bcb43a65d">
    10   <!ENTITY firefox-size          "187 MB">
    11   <!ENTITY firefox-buildsize     "4.6 GB (94 MB installed)">
    12   <!ENTITY firefox-time          "12 SBU (with parallelism=4 on a recent intel i7, much longer on lesser CPUs)">
     9  <!ENTITY firefox-md5sum        "733e8503d2241ef44dad1911085b60db">
     10  <!ENTITY firefox-size          "194 MB">
     11  <!ENTITY firefox-buildsize     "4.7 GB (96 MB installed)">
     12  <!ENTITY firefox-time          "14 SBU (with parallelism=4 on a recent intel i7, much longer on lesser CPUs)">
    1313]>
    1414
     
    295295export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &amp;&amp;
    296296-->
    297 <screen><userinput>sed -e 's/256/224/'                           \
    298     -i netwerk/protocol/http/Http2Session.cpp &amp;&amp;
    299 make -f client.mk</userinput></screen>
     297<screen><userinput>make -f client.mk</userinput></screen>
    300298
    301299    <para>
     
    326324  <sect2 role="commands">
    327325    <title>Command Explanations</title>
    328 
    329     <para>
    330       <command>sed -e 's/256/224/' ...</command>: Make the required key
    331       length for ECDSA encryption compatible with RFC7540 9.2.1. Otherwise
    332       some web sites cannot be accessed.
    333     </para>
    334326
    335327    <para>
Note: See TracChangeset for help on using the changeset viewer.