Ignore:
Timestamp:
01/31/2016 01:23:41 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
3e63daa9
Parents:
027c7d7
Message:

Chapter 17 merge from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/neon.xml

    r027c7d7 r71c31f5  
    3535    </para>
    3636
    37     &lfs77_checked;
     37    &lfs78_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9797    <para>Fix some code when building with gnutls-3.4 and later:</para>
    9898
    99 <screen><userinput>sed -e 's/gnutls_retr_st/gnutls_retr2_st/' \
    100     -e 's/type = type/cert_&amp;/' \
     99<screen><userinput>sed -e 's/client_set/set/'  \
     100    -e 's/gnutls_retr/&amp;2/'  \
     101    -e 's/type = t/cert_&amp;/' \
    101102    -i src/ne_gnutls.c</userinput></screen>
    102103
     
    106107    </para>
    107108
    108 <screen><userinput>./configure --prefix=/usr --enable-shared --with-ssl --disable-static &amp;&amp;
     109<screen><userinput>./configure --prefix=/usr    \
     110            --with-ssl       \
     111            --enable-shared  \
     112            --disable-static &amp;&amp;
    109113make</userinput></screen>
    110114
    111115    <para>
    112       To test the results, issue: <command>make -k check</command>.
    113       Some tests are known to fail.
     116      To test the results, issue: <command>make check</command>.
     117      Most of the <parameter>ssl</parameter> tests fail, using
     118      <option>--with-ssl=gnutls</option>.
    114119    </para>
    115120
Note: See TracChangeset for help on using the changeset viewer.