mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
289bdd6f93
commit
f0cc8f731c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user