Changeset a8ab4fa for x/installing


Ignore:
Timestamp:
05/07/2022 12:51:20 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 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:
fc7c845c
Parents:
2cd8183
Message:

libxcb: remove unneeded CFLAGS override

The issue seems fixed in libxcb-1.15.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r2cd8183 ra8ab4fa  
    104104    </para>
    105105
    106 <screen><userinput>CFLAGS="${CFLAGS:--O2 -g} -Wno-error=format-extra-args" \
    107 PYTHON=python3                \
     106<screen><userinput>PYTHON=python3                \
    108107./configure $XORG_CONFIG      \
    109108            --without-doxygen \
     
    125124  <sect2 role="commands">
    126125    <title>Command Explanations</title>
    127 
    128     <para>
    129       <parameter>CFLAGS=...</parameter>: This variable fixes building this
    130       package with GCC-10 and later.
    131     </para>
    132126
    133127    <para>
Note: See TracChangeset for help on using the changeset viewer.