Changeset 2cc3607


Ignore:
Timestamp:
02/15/2019 07:28:28 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 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:
bbe434b
Parents:
b2381343
Message:

Fix thunderbird issue with latest libvpx.
Tags

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libtasn1.xml

    rb2381343 r2cc3607  
    3535    </para>
    3636
    37      &lfs83_checked;
     37     &lfs84_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/unzip.xml

    rb2381343 r2cc3607  
    3737    utilities, primarily in a DOS environment.</para>
    3838
    39     &lfs83_checked;
     39    &lfs84_checked;
    4040
    4141    <caution>
  • general/sysutils/which.xml

    rb2381343 r2cc3607  
    4747    </para>
    4848
    49     &lfs83_checked;
     49    &lfs84_checked;
    5050
    5151    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/sysutils/zip.xml

    rb2381343 r2cc3607  
    3535    archives.</para>
    3636
    37     &lfs83_checked;
     37    &lfs84_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/wget.xml

    rb2381343 r2cc3607  
    3737    </para>
    3838
    39     &lfs83_checked;
     39    &lfs84_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/make-ca.xml

    rb2381343 r2cc3607  
    5353    </para>
    5454
    55   &lfs83_checked;
     55  &lfs84_checked;
    5656
    5757    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/p11-kit.xml

    rb2381343 r2cc3607  
    3535    </para>
    3636
    37     &lfs83_checked;
     37    &lfs84_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    165165<screen role="root"><userinput>if [ -e /usr/lib/libnssckbi.so ]; then
    166166  readlink /usr/lib/libnssckbi.so ||
    167   rm -v /usr/lib/libnssckbi.so    &amp;&amp;
     167  rm -fv /usr/lib/libnssckbi.so    &amp;&amp;
    168168  ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so
    169169fi</userinput></screen>
  • xsoft/other/thunderbird.xml

    rb2381343 r2cc3607  
    9292      <xref linkend="icu"/>,
    9393      <xref linkend="libevent"/>,
    94       <xref linkend="libvpx"/>,
     94<!-- Fails to build with version 1.8.0
     95      <xref linkend="libvpx"/>,-->
    9596      <xref linkend="nspr"/>,
    9697      <xref linkend="nss"/>, and
Note: See TracChangeset for help on using the changeset viewer.