Changeset eee50c2
- Timestamp:
- 05/21/2020 08:50:40 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- bd9583ac
- Parents:
- 6fd9b81
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r6fd9b81 reee50c2 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Patch jfsutils to avoid the use of -fcommon.</para> 49 </listitem> 50 <listitem> 48 51 <para>[pierre] - Patch transcode to avoid the use of -fcommon.</para> 49 52 </listitem> -
postlfs/filesystems/jfs.xml
r6fd9b81 reee50c2 71 71 </itemizedlist> 72 72 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 73 83 <para condition="html" role="usernotes">User Notes: 74 84 <ulink url="&blfs-wiki;/jfs"/></para> … … 97 107 98 108 <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> 99 115 Install <application>jfsutils</application> by running the following 100 116 commands: … … 104 120 sed -i "/ioctl.h/a#include <sys/sysmacros.h>" libfs/devices.c && 105 121 106 CFLAGS="$CFLAGS -fcommon"./configure &&122 ./configure && 107 123 make</userinput></screen> 108 124
Note:
See TracChangeset
for help on using the changeset viewer.