Changeset d4a411a6


Ignore:
Timestamp:
08/23/2022 06:01:58 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
f33467d
Parents:
0ddf4e7
Message:

Fix building xine-lib with binutils-2.39

The xine_set_flags symbol is both protected and weak. Kind of
weird design... Fix by Xi Ruoyao.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0ddf4e7 rd4a411a6  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>August 23rd, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Fix building xine-lib with binutils-2.39. Fixes
     49          <ulink url="&blfs-ticket-root;16940">#16940</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>August 22nd, 2022</para>
  • multimedia/libdriv/xine-lib.xml

    r0ddf4e7 rd4a411a6  
    146146
    147147    <para>
     148      Then, fix building this package with binutils-2.39:
     149    </para>
     150
     151<screen><userinput remap="pre">sed -e '/xine_set_flags/s/XINE_PROTECTED//' -i include/xine.h</userinput></screen>
     152
     153    <para>
    148154      Install <application>Xine Libraries</application> by running the following
    149155      commands:
Note: See TracChangeset for help on using the changeset viewer.