Ignore:
Timestamp:
08/04/2023 01:03:19 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
89932c6
Parents:
29166ef
git-author:
Xi Ruoyao <xry111@…> (08/04/2023 01:01:49 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/04/2023 01:03:19 PM)
Message:

alsa-utils: Fix FTBFS with Glibc-2.38

Also take the oppertunity to fix an indent issue and add the test
instruction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-utils.xml

    r29166ef r2ef502d0  
    8181      <xref linkend="libsamplerate"/>,
    8282      <xref linkend="xmlto"/>, and
    83           <ulink url="https://hightek.org/projects/dialog/">Dialog</ulink>
     83      <ulink url="https://hightek.org/projects/dialog/">Dialog</ulink>
    8484    </para>
    8585
     
    9191  <sect2 role="installation">
    9292    <title>Installation of ALSA Utilities</title>
     93
     94    <para>
     95      This package provides its own implementation of
     96      <literal>strlcpy</literal> and <literal>strlcat</literal> functions.
     97      But they are provided by Glibc-2.38 now, so we need to remove the
     98      custom implementation to avoid a conflict with the Glibc header:
     99    </para>
     100
     101    <screen><userinput>echo '' > alsactl/init_sysdeps.c</userinput></screen>
    93102
    94103    <para>
     
    104113
    105114    <para>
    106       This package does not come with a test suite.
     115      To test the results, issue: <command>make check</command>.
    107116    </para>
    108117
Note: See TracChangeset for help on using the changeset viewer.