Changeset 4a496c3


Ignore:
Timestamp:
01/26/2015 01:50:46 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.7, 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:
59030c9
Parents:
ad86df81
Message:

stunnel-5.10: Rephrase after Bruce's suggestion. Thanks.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/stunnel.xml

    rad86df81 r4a496c3  
    115115    </note>
    116116
    117     <para>There is a configure problem, if system
    118     <application>binutils</application> version is older than
    119     <application>binutils-2.25</application>. In this case, either use:</para>
     117    <para>Install <application>stunnel</application> by running the following
     118    commands:</para>
     119
     120    <note><para>For some systems with <application>binutils</application> versions
     121    prior to 2.25, configure may fail.  If necessary, fix it either
     122    with:</para>
    120123
    121124<screen><userinput>sed -i '/LDFLAGS.*static_flag/ s/^/#/' configure</userinput></screen>
     
    123126    <para>or, if <xref linkend="llvm"/> with Clang is installed, you can
    124127    replace <command>./configure ... </command> with <command>CC=clang
    125     ./configure ... </command> in the first command bellow.</para>
    126 
    127     <para>Install <application>stunnel</application> by running the following
    128     commands:</para>
     128    ./configure ... </command> in the first command bellow.</para></note>
    129129
    130130<screen><userinput>./configure --prefix=/usr        \
Note: See TracChangeset for help on using the changeset viewer.