Ignore:
Timestamp:
09/16/2022 05:50:04 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
13c06cb2
Parents:
6102095a
Message:

cups: remove reference to clang

Now configure script prefers GCC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    r6102095a r35f4faf  
    9292      <xref linkend="avahi"/>,
    9393      <xref linkend="libpaper"/>,
    94       <xref linkend="llvm"/> (with <command>clang</command>),
    9594      <xref linkend="mitkrb"/>,
    9695      <!--<xref linkend="openjdk"/>, Not found in 2.4.0 -->
     
    201200      choice.
    202201    </para>
    203 
    204     <para>
    205       Upstream prefers <command>clang</command> than <command>gcc</command>,
    206       but the building system will try to use a compiler warning option
    207       unsupported by <command>clang</command>.  If <command>clang</command> is
    208       installed, remove this warning option:
    209     </para>
    210 
    211 <screen><userinput>sed -e "s/format-truncation//" \
    212     -i configure \
    213        config-scripts/cups-compiler.m4</userinput></screen>
    214202
    215203<!-- Fixed in 2.4.1
Note: See TracChangeset for help on using the changeset viewer.