Changeset da28eec0 for postlfs


Ignore:
Timestamp:
05/21/2016 10:40:19 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
d900e405
Parents:
faa1d2e
Message:

(both) Add a sed for the GnuTLS Compatibility Library
(both) GCC6 tags
(systemd) LFS79 tags

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

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cyrus-sasl.xml

    rfaa1d2e rda28eec0  
    4040    </para>
    4141
    42     &lfs79_checked;
     42    &lfs79_checked;&gcc6_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/gnutls.xml

    rfaa1d2e rda28eec0  
    137137    </para>
    138138
    139 <screen><userinput>./configure --prefix=/usr \
     139<screen><userinput>sed -e 's/gnutls_global/global/' \
     140    -e 's/gnutls_errors/errors/' \
     141    -i extra/openssl_compat.c &amp;&amp;
     142./configure --prefix=/usr \
    140143            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    141144make</userinput></screen>
     
    173176  <sect2 role="commands">
    174177    <title>Command Explanations</title>
     178
     179    <para>
     180      <command>sed -e ... extra/openssl_compat.c</command>: This
     181      <command>sed</command> fixes the OpenSSL Compatibility Library.
     182    </para>
    175183
    176184    <para>
Note: See TracChangeset for help on using the changeset viewer.