Changeset 3eeb383f for general


Ignore:
Timestamp:
06/06/2024 04:03:04 AM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
7958b3f
Parents:
36f5b65a
Message:

Fix a gcc14 problem when building libblockdev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libblockdev.xml

    r36f5b65a r3eeb383f  
    106106  <sect2 role="installation">
    107107    <title>Installation of libblockdev</title>
    108 <!--
    109     <para>
    110       Fix the usage of a glib function deprecated for security:
    111     </para>
    112 
    113 <screen><userinput>sed 's/g_memdup/&amp;2/' -i             \
    114     src/lib/plugin_apis/vdo.{c,api} \
    115     src/plugins/vdo.c</userinput></screen>
    116 -->
     108
     109    <para>
     110      First, fix a problem when using gcc14:
     111    </para>
     112
     113<screen><userinput>find -name Makefile.in -exec sed -i "s/-Werror//" {} \;</userinput></screen>
     114
    117115    <para>
    118116      Install <application>libblockdev</application> by running
Note: See TracChangeset for help on using the changeset viewer.