Author: renodr
Date: Sat Jan 12 12:21:56 2019
New Revision: 20965

Log:
sshfs: Workaround for i686 is no longer needed. Remove it.

Modified:
   trunk/BOOK/postlfs/filesystems/sshfs.xml

Modified: trunk/BOOK/postlfs/filesystems/sshfs.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/sshfs.xml    Sat Jan 12 11:56:27 2019        
(r20964)
+++ trunk/BOOK/postlfs/filesystems/sshfs.xml    Sat Jan 12 12:21:56 2019        
(r20965)
@@ -95,7 +95,7 @@
 
   <sect2 role="installation">
     <title>Installation of Sshfs</title>
-
+    <!--
     <para>
       If you are building on i686, <application>sshfs</application> needs
       an extra CFLAGS setting to be defined. This prevents an integer
@@ -105,6 +105,7 @@
 <screen><userinput>if [ $(uname -m) = "i686" ]; then
   export CFLAGS+="-D_FILE_OFFSET_BITS=64";
 fi</userinput></screen>
+    -->
 
     <para>
       Install <application>Sshfs</application> by running the following
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to