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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20965 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-01-12 20:21:56 +00:00
parent 289bdd6f93
commit f0cc8f731c

View File

@ -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