Changeset ce8e472 for general


Ignore:
Timestamp:
04/12/2021 05:35:02 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
4d7989a
Parents:
90842d79
Message:

libblockdev: fix FTBFS with glib-2.68

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24463 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libblockdev.xml

    r90842d79 rce8e472  
    103103  <sect2 role="installation">
    104104    <title>Installation of libblockdev</title>
     105
     106    <para>
     107      Fix the usage of a glib function deprecated for security:
     108    </para>
     109
     110<screen><userinput>sed 's/g_memdup/&amp;2/' -i             \
     111    src/lib/plugin_apis/vdo.{c,api} \
     112    src/plugins/vdo.c</userinput></screen>
    105113
    106114    <para>
Note: See TracChangeset for help on using the changeset viewer.