Changeset e54d2e5


Ignore:
Timestamp:
11/30/2018 12:35:52 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e7b74b8
Parents:
f5a82e9c
Message:

If LLVM with Clang is installed, NcFTP will use it instead of GCC

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    rf5a82e9c re54d2e5  
    7575    the API documentation, issue <command>doxygen</command>.</para>
    7676
    77     <para>To test the results, issue:<command>make check</command>.</para>
     77    <para>To test the results, issue: <command>make check</command>.</para>
    7878
    7979    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • general/prog/python-modules.xml

    rf5a82e9c re54d2e5  
    7777        </para>
    7878      </listitem>
    79 <!--
    80       <listitem revision="systemd">
    81         <para>
    82           <xref linkend="setuptools"/>
    83         </para>
    84       </listitem>
    85 -->
    8679      <listitem>
    8780        <para>
  • networking/netprogs/ncftp.xml

    rf5a82e9c re54d2e5  
    5858      </listitem>
    5959    </itemizedlist>
     60
     61    <bridgehead renderas="sect3">NcFTP Dependencies</bridgehead>
     62
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para role="optional">
     65      <xref linkend="llvm"/> (with Clang, used by default if installed)
     66    </para>
    6067
    6168    <para condition="html" role="usernotes">User Notes:
Note: See TracChangeset for help on using the changeset viewer.