Ignore:
Timestamp:
09/23/2022 08:03:40 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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/xf86-video-removal
Children:
d135c4e
Parents:
0858e01
git-author:
Pierre Labastie <pierre.labastie@…> (09/23/2022 07:59:09 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (09/23/2022 08:03:40 AM)
Message:

Update to ghostscript-10.00.0

Remove --enable-dynamic: upstream have hidden symbols in their shared
libraries because they were getting conflicts with other symbols in
some cases. The problem then is that the shared object X11.so module
symbols cannot be found by X11 libraries when loaded dynamically.
The solution is to have the module statically linked into the gs
binary itself (findings by Xi Ruoyao. removing --enable-dynamic is
upstream's advice).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0858e01 r680a059  
    4343    -->
    4444    <listitem>
     45      <para>September 23rd, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to ghostscript-10.00.0. Fixes
     49          <ulink url="&blfs-ticket-root;17115">#17115</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 21st, 2022</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.