Changeset c1e25d1


Ignore:
Timestamp:
06/26/2023 01:06:44 AM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
2cabd1e
Parents:
86249d22
Message:

Fix building ncftp with gcc-13 and clang-16

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r86249d22 rc1e25d1  
    4242      <para>June 25th, 2023</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Fix building ncftp with GCC-13/clang-16. Fixes
     46          <ulink url="&blfs-ticket-root;18205">#18205</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[timtas] - Update to mesa-23.1.3. Fixes
  • networking/netprogs/ncftp.xml

    r86249d22 rc1e25d1  
    6565        <para>
    6666          Estimated build time: &ncftp-time;
     67        </para>
     68      </listitem>
     69    </itemizedlist>
     70
     71    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     72    <itemizedlist spacing="compact">
     73      <listitem>
     74        <para>
     75          Required patch:
     76          <ulink url="&patch-root;/ncftp-&ncftp-version;-configure_fixes-1.patch"/>
    6777        </para>
    6878      </listitem>
     
    107117
    108118    <para>
     119      Next, update the configure script to use modern C standards:
     120    </para>
     121
     122<screen><userinput remap="pre">patch -Np1 -i ../ncftp-&ncftp-version;-configure_fixes-1.patch &amp;&amp;
     123autoreconf -fiv -I autoconf_local</userinput></screen>
     124
     125    <para>
    109126      To install <application>NcFTP</application> using the
    110127      first (and optimal) method, run the following commands:
Note: See TracChangeset for help on using the changeset viewer.