Changeset 269beb5 for postlfs


Ignore:
Timestamp:
03/28/2015 12:37:37 PM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
be4a407
Parents:
b8ef2ab0
Message:

link ntfs-3g to external libfuse by default

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ntfs-3g.xml

    rb8ef2ab0 r269beb5  
    8181    <bridgehead renderas="sect3">Ntfs-3g Dependencies</bridgehead>
    8282
    83     <bridgehead renderas="sect4">Optional</bridgehead>
    84     <para role="optional">
    85       <xref linkend="fuse"/>.
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="fuse"/>
    8686    </para>
    8787
     
    115115    </para>
    116116
    117 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     117<screen><userinput>./configure --prefix=/usr --disable-static --with-fuse=external &amp;&amp;
    118118make</userinput></screen>
    119119
     
    128128<screen role="root"><userinput>make install &amp;&amp;
    129129ln -sv ../bin/ntfs-3g /sbin/mount.ntfs &amp;&amp;
    130 ln -sv /usr/share/man/man8/{ntfs-3g,mount.ntfs}.8</userinput></screen>
     130ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
    131131
    132132    <para>
     
    148148
    149149    <para>
    150       <option>--with-fuse=external</option>: Ntfs-3g comes with a version of
    151       Fuse which it statically compiles into <command>lowntfs-3g</command> and
    152       <command>ntfs-3g</command>. If you have installed <xref linkend="fuse"/>
    153       use this option to dynamically link <command>lowntfs-3g</command> and
    154       <command>ntfs-3g</command> to libfuse.
     150      <parameter>--with-fuse=external</parameter>: This switch dynamically
     151      links <command>lowntfs-3g</command> and <command>ntfs-3g</command> to
     152      external libfuse. Omit it if you have not installed <xref
     153      linkend="fuse"/> or if you want to use internal statically compiled
     154      libfuse.
    155155    </para>
    156156   
Note: See TracChangeset for help on using the changeset viewer.