Ignore:
Timestamp:
05/21/2016 10:40:19 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
096492a
Parents:
6cbd464
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r6cbd464 r3b3a3be  
    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
     143./configure --prefix=/usr \
    140144            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    141145make</userinput></screen>
     
    173177  <sect2 role="commands">
    174178    <title>Command Explanations</title>
     179
     180    <para>
     181      <command>sed -e ... extra/openssl_compat.c</command>: This
     182      <command>sed</command> fixes the OpenSSL Compatiblity library.
     183    </para>
    175184
    176185    <para>
Note: See TracChangeset for help on using the changeset viewer.