Changeset ce8e472


Ignore:
Timestamp:
04/12/2021 05:35:02 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
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.