Ignore:
Timestamp:
08/06/2021 09:48:23 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
79fe32d
Parents:
4464515e
Message:

Package updates and a fix for GCC
Update to libqmi-1.30.0.
Update to nss-3.69.
Fix an issue when building gcc identified upstream.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r4464515e r9654a22  
    169169
    170170    <para>
     171      As in LFS fix an issue breaking libasan.a identified upstream:
     172    </para>
     173
     174<screen><userinput>sed -e '/static.*SIGSTKSZ/d' \
     175    -e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
     176    -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
     177
     178    <para>
    171179      Install <application>GCC</application> by running the following commands:
    172180    </para>
Note: See TracChangeset for help on using the changeset viewer.