Ignore:
Timestamp:
05/21/2020 08:50: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:
bd9583ac
Parents:
6fd9b81
Message:

Patch jfsutils to avoid -fcommon

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/jfs.xml

    r6fd9b81 reee50c2  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch to fix issues exposed by GCC 10 and later:
     78          <ulink url="&patch-root;/jfsutils-&jfsutils-version;-gcc10_fix-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <para condition="html" role="usernotes">User Notes:
    7484    <ulink url="&blfs-wiki;/jfs"/></para>
     
    97107
    98108    <para>
     109      First, fix some issues exposed by GCC 10 and later:
     110    </para>
     111
     112<screen><userinput>patch -Np1 -i ../jfsutils-&jfsutils-version;-gcc10_fix-1.patch</userinput></screen>
     113
     114    <para>
    99115      Install <application>jfsutils</application> by running the following
    100116      commands:
     
    104120sed -i "/ioctl.h/a#include &lt;sys/sysmacros.h&gt;" libfs/devices.c   &amp;&amp;
    105121
    106 CFLAGS="$CFLAGS -fcommon" ./configure &amp;&amp;
     122./configure &amp;&amp;
    107123make</userinput></screen>
    108124
Note: See TracChangeset for help on using the changeset viewer.