Changeset e8d45427


Ignore:
Timestamp:
07/23/2019 09:46:28 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ac421ac
Parents:
563e0d6
Message:

Firefox-68.0.1 and provisionally fix it for the linux-5.2 API change.

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

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r563e0d6 re8d45427  
    4545      <para>July 23rd, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to firefox-68.0.1 and adapt it to API changes
     49          in the Linux Kernel 5.2+. Fixes
     50          <ulink url="&blfs-ticket-root;12284">#12284</ulink>.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[ken] - Document some optional configure switches for Python3
  • packages.ent

    r563e0d6 re8d45427  
    867867<!ENTITY epiphany-version             "3.32.3">
    868868<!ENTITY falkon-version               "3.0.1">
    869 <!ENTITY firefox-version              "68.0">
     869<!ENTITY firefox-version              "68.0.1">
    870870<!ENTITY flashplayer-version          "27.0.0.187">
    871871<!ENTITY qupzilla-version             "2.2.6">
  • xsoft/graphweb/firefox.xml

    r563e0d6 re8d45427  
    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        "02cc438f5063d8e6a09644062aa825ba">
    10   <!ENTITY firefox-size          "302 MB">
     9  <!ENTITY firefox-md5sum        "46fa1fd9f23e4a61cf477395ee332c45">
     10  <!ENTITY firefox-size          "297 MB">
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
     
    367367
    368368    <para>
    369       Invoke the Python2 script to compile the package.
    370     </para>
    371 
    372 <screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
     369      Apply a sed to work around a change in the linux headers, and then
     370      invoke the Python2 script to compile the package.
     371    </para>
     372
     373<screen><userinput>sed -i 's/SIOCGSTAMP/0x8906/' media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc &amp;&amp;
     374
     375export CC=gcc CXX=g++ &amp;&amp;
    373376export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
    374377./mach build</userinput></screen>
     
    404407  <sect2 role="commands">
    405408    <title>Command Explanations</title>
     409
     410    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     411      href="../../xincludes/SIOCGSTAMP.xml"/>
    406412
    407413    <para>
Note: See TracChangeset for help on using the changeset viewer.