Changeset 4b1b4784


Ignore:
Timestamp:
05/11/2021 07:39:27 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
1be8fad
Parents:
5716cfc
Message:

Fix pkgconfig file for lua-5.2

Using -llua pocks up the library for lua-5.4.3. The right
library is -llua5.2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/lua52.xml

    r5716cfc r4b1b4784  
    123123Version: ${R}
    124124Requires:
    125 Libs: -L${libdir} -llua -lm -ldl
     125Libs: -L${libdir} -llua5.2 -lm -ldl
    126126Cflags: -I${includedir}</literal>
    127127EOF</userinput></screen>
  • introduction/welcome/changelog.xml

    r5716cfc r4b1b4784  
    4646     <para>May 11th, 2021</para>
    4747     <itemizedlist>
     48       <listitem>
     49         <para>[pierre] - Fix the pkgconfig file for lua-5.2: the library
     50         was -llua instead of -llua5.2.</para>
     51       </listitem>
    4852       <listitem>
    4953         <para>[bdubbs] - Update to hdparm-9.62. Fixes
Note: See TracChangeset for help on using the changeset viewer.