Changeset 17817c8 for general/prog


Ignore:
Timestamp:
02/15/2022 03:51:30 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
074eb7b
Parents:
05f440b
Message:

Package Updates and some tweaks

Update to Exempi-2.6.1
Update to mariadb-10.6.7

libqalculate: minor typo fix

gdb: Add patch to fix issues with glibc-2.35. Bruce did the work on this
one, I just tested it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r05f440b r17817c8  
    7272        <para>
    7373          Estimated build time: &gdb-time;
     74        </para>
     75      </listitem>
     76    </itemizedlist>
     77
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/gdb-&gdb-version;-upstream_fixes-1.patch"/>
    7484        </para>
    7585      </listitem>
     
    105115  <sect2 role="installation">
    106116    <title>Installation of GDB</title>
     117
     118    <para>
     119      First, apply some changes from upstream to fix issues with glibc-2.35:
     120    </para>
     121
     122<screen><userinput remap="pre">patch -Np1 -i ../gdb-&gdb-version;-upstream_fixes-1.patch</userinput></screen>
    107123
    108124    <para>
Note: See TracChangeset for help on using the changeset viewer.