Changeset c764687 for lxde


Ignore:
Timestamp:
05/19/2020 10:25:44 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 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:
b2b75375
Parents:
1e5da9b
Message:

Add a patch to fix "multiple def" and memory leaks in menu-cache

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/menu-cache.xml

    r1e5da9b rc764687  
    99  <!ENTITY menu-cache-md5sum        "99999a0bca48b980105208760c8fd893">
    1010  <!ENTITY menu-cache-size          "260 KB">
    11   <!ENTITY menu-cache-buildsize     "3.3 MB">
     11  <!ENTITY menu-cache-buildsize     "3.7 MB">
    1212  <!ENTITY menu-cache-time          "less than 0.1 SBU">
    1313]>
     
    7272    </itemizedlist>
    7373
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/menu-cache-&menu-cache-version;-consolidated_fixes-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7484    <bridgehead renderas="sect3">Menu Cache Dependencies</bridgehead>
    7585
     
    94104
    95105    <para>
     106      First fix a memory leak and <quote>multiple definitions</quote>
     107      issues:
     108    </para>
     109
     110<screen><userinput>patch -Np1 -i ../menu-cache-&menu-cache-version;-consolidated_fixes-1.patch</userinput></screen>
     111
     112    <para>
    96113      Install <application>Menu Cache</application> by running the following
    97114      commands:
    98115    </para>
    99116
    100 <screen><userinput>./configure --prefix=/usr             \
    101             CFLAGS="$CFLAGS -fcommon" \
    102             --disable-static          &amp;&amp;
     117<screen><userinput>./configure --prefix=/usr    \
     118            --disable-static &amp;&amp;
    103119make</userinput></screen>
    104120
Note: See TracChangeset for help on using the changeset viewer.