Changeset 2cc3607 for postlfs


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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.