Ignore:
Timestamp:
04/03/2017 05:01:25 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
6f72a4a
Parents:
c0a8c0dc
Message:

Update to ntfs-3g-2017.3.23. Fixes #9057.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse.xml

    rc0a8c0dc rf71807c2  
    105105    <title>Installation of Fuse</title>
    106106
    107     <note>
    108       <para>
    109         After the <command>configure</command> script has finished you will
    110         see a warning shown below. You can safely disregard this warning.
    111       </para>
    112 
    113 <screen><computeroutput>configure: WARNING:
    114 ******************************************************************
    115 * Please install util-linux version 2.18 or later which supports *
    116 * --fake and --no-canonicalize options in mount and umount       *
    117 ******************************************************************</computeroutput></screen>
    118     </note>
    119 
    120107    <para>
    121108      Install <application>Fuse</application> by running the following
     
    125112<screen><userinput>./configure --prefix=/usr    \
    126113            --disable-static \
     114            --exec-prefix=/  \
    127115            INIT_D_PATH=/tmp/init.d &amp;&amp;
    128116
     
    144132<screen role="root"><userinput>make install &amp;&amp;
    145133
    146 mv -v   /usr/lib/libfuse.so.* /lib &amp;&amp;
    147 ln -sfv ../../lib/libfuse.so.&fuse-version; /usr/lib/libfuse.so &amp;&amp;
    148134rm -rf  /tmp/init.d &amp;&amp;
    149135
     
    170156
    171157    <para>
     158      <parameter>--exec-prefix=/</parameter>: This parameter moves programs and
     159      libraries that could be needed before the
     160      <filename class="directory">/usr</filename> directory is mounted, to the
     161      root filesystem.
     162    </para>
     163
     164    <para>
    172165      <parameter>INIT_D_PATH=/tmp/init.d</parameter>: This parameter installs
    173166      the bootscript into <filename class="directory">/tmp/init.d</filename> as
    174167      a bootscript is not required.
    175     </para>
    176 
    177     <para>
    178       <command>mv -v /usr/lib/libfuse.so.* /lib</command>: This moves the
    179       <application>FUSE</application> library to the root filesystem
    180       so that it is available early in the boot process in case
    181       <filename class="directory">/usr</filename> is mounted on a separate
    182       partition and <xref linkend="ntfs-3g"/> is built with a system-installed
    183       version of <application>FUSE</application>.
    184168    </para>
    185169
Note: See TracChangeset for help on using the changeset viewer.