Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/sshfs.xml

    r7839911b rc8293ea  
    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        "22ac23d05ca7c56fb568627f086374d0">
     10  <!ENTITY sshfs-md5sum        "86dcc81a1381c3e6863c97e684501bb6">
    1111  <!ENTITY sshfs-size          "52 KB">
    12   <!ENTITY sshfs-buildsize     "1.7 MB">
     12  <!ENTITY sshfs-buildsize     "0.9 MB">
    1313  <!ENTITY sshfs-time          "less than 0.1 SBU">
    1414]>
     
    1818
    1919  <sect1info>
    20     <othername>$LastChangedBy$</othername>
    2120    <date>$Date$</date>
    2221  </sect1info>
     
    3938    </para>
    4039
    41     &lfs10_checked;
     40    &lfs110a_checked;
    4241
    4342    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9695  <sect2 role="installation">
    9796    <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";
    107 fi</userinput></screen>
    108     -->
    10997
    11098    <para>
     
    116104cd    build &amp;&amp;
    117105         
    118 meson --prefix=/usr .. &amp;&amp;
     106meson --prefix=/usr --buildtype=release .. &amp;&amp;
    119107ninja</userinput></screen>
    120108
     
    156144
    157145    <para>
    158       See <command>man 1 sshfs</command> and <command>man 8 mount.fuse</command>
     146      See <command>man 1 sshfs</command> and <command>man 8 mount.fuse3</command>
    159147      for all available mount options.
    160148    </para>
     
    192180        <listitem>
    193181          <para>
    194             mounts an <command>ssh</command> server as a local file system.
     182            mounts an <command>ssh</command> server as a local file system
    195183          </para>
    196184          <indexterm zone="sshfs sshfs-prog">
     
    201189    </variablelist>
    202190  </sect2>
     191
    203192</sect1>
Note: See TracChangeset for help on using the changeset viewer.