Changeset 643ea782 for postlfs


Ignore:
Timestamp:
05/01/2015 11:23:59 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
0269d30
Parents:
f89fc45
Message:

GnuTLS-3.4.0: move sed between configure and make;
s/doc/manpages in explanation for the command.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    rf89fc45 r643ea782  
    136136    </para>
    137137
    138 <screen><userinput>sed -e '/FUNCS=/ s/-d/&amp;|uniq/'    \
     138<screen><userinput>./configure --prefix=/usr \
     139            --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
     140
     141sed -e '/FUNCS=/ s/-d/&amp;|uniq/'    \
    139142    -e '/get_x509_crt/ {n;d}'     \
    140143    -e '/get_x509_key/ {n;d}'     \
    141144    -e '/get_verify_flags/ {n;d}' \
    142     -i doc/manpages/Makefile.in   &amp;&amp;
    143 
    144 ./configure --prefix=/usr \
    145             --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
     145    -i doc/manpages/Makefile      &amp;&amp;
     146
    146147make</userinput></screen>
    147148
     
    175176    <para>
    176177      <command>sed -e ... -i doc/manpages/Makefile</command>:
    177       This command removes some duplicate lines and fixes the doc Makefile.
     178      This command removes some duplicate lines and fixes the manpages Makefile.
    178179    </para>
    179180
Note: See TracChangeset for help on using the changeset viewer.