Changeset 158da04


Ignore:
Timestamp:
05/19/2020 02:07:40 PM (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:
0f48e3a
Parents:
b2b75375
Message:

Fix "multiple definition in lxtask

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb2b75375 r158da04  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Add a patch to lxtask to avoid the use of
     49          -fcommon.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Add a patch to menu-cache to fix a memory
    4953          leak and avoid the use of -fcommon.</para>
  • lxde/apps/lxtask.xml

    rb2b75375 r158da04  
    99  <!ENTITY lxtask-md5sum        "f19a9e4d22a075f984681a480f0aa886">
    1010  <!ENTITY lxtask-size          "136 KB">
    11   <!ENTITY lxtask-buildsize     "2.5 MB">
     11  <!ENTITY lxtask-buildsize     "3.5 MB">
    1212  <!ENTITY lxtask-time          "less than 0.1 SBU">
    1313]>
     
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/lxtask-&lxtask-version;-gcc10_fix-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
     83
    7384    <bridgehead renderas="sect3">LXTask Dependencies</bridgehead>
    7485
     
    8798
    8899    <para>
     100      First, fix some <quote>multiple definition</quote> issues exposed
     101      by GCC-10:
     102    </para>
     103
     104<screen><userinput>patch -Np1 -i ../lxtask-&lxtask-version;-gcc10_fix-1.patch</userinput></screen>
     105
     106    <para>
    89107      Install <application>LXTask</application> by running the following
    90108      commands:
    91109    </para>
    92110
    93 <screen><userinput>./configure --prefix=/usr             \
    94             CFLAGS="$CFLAGS -fcommon" &amp;&amp;
     111<screen><userinput>./configure --prefix=/usr &amp;&amp;
    95112make</userinput></screen>
    96113
Note: See TracChangeset for help on using the changeset viewer.