Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/sshfs.xml

    rc8293ea r7839911b  
    88    "https://github.com/libfuse/sshfs/releases/download/sshfs-&sshfs-version;/sshfs-&sshfs-version;.tar.xz">
    99  <!ENTITY sshfs-download-ftp  " ">
    10   <!ENTITY sshfs-md5sum        "86dcc81a1381c3e6863c97e684501bb6">
     10  <!ENTITY sshfs-md5sum        "22ac23d05ca7c56fb568627f086374d0">
    1111  <!ENTITY sshfs-size          "52 KB">
    12   <!ENTITY sshfs-buildsize     "0.9 MB">
     12  <!ENTITY sshfs-buildsize     "1.7 MB">
    1313  <!ENTITY sshfs-time          "less than 0.1 SBU">
    1414]>
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3839    </para>
    3940
    40     &lfs110a_checked;
     41    &lfs10_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9596  <sect2 role="installation">
    9697    <title>Installation of Sshfs</title>
     98    <!--
     99    <para>
     100      If you are building on i686, <application>sshfs</application> needs
     101      an extra CFLAGS setting to be defined. This prevents an integer
     102      overflow. To do this, run the following command:
     103    </para>
     104
     105<screen><userinput>if [ $(uname -m) = "i686" ]; then
     106  export CFLAGS+="-D_FILE_OFFSET_BITS=64";
     107fi</userinput></screen>
     108    -->
    97109
    98110    <para>
     
    104116cd    build &amp;&amp;
    105117         
    106 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     118meson --prefix=/usr .. &amp;&amp;
    107119ninja</userinput></screen>
    108120
     
    144156
    145157    <para>
    146       See <command>man 1 sshfs</command> and <command>man 8 mount.fuse3</command>
     158      See <command>man 1 sshfs</command> and <command>man 8 mount.fuse</command>
    147159      for all available mount options.
    148160    </para>
     
    180192        <listitem>
    181193          <para>
    182             mounts an <command>ssh</command> server as a local file system
     194            mounts an <command>ssh</command> server as a local file system.
    183195          </para>
    184196          <indexterm zone="sshfs sshfs-prog">
     
    189201    </variablelist>
    190202  </sect2>
    191 
    192203</sect1>
Note: See TracChangeset for help on using the changeset viewer.