mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +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">
|
<sect2 role="installation">
|
||||||
<title>Installation of Sshfs</title>
|
<title>Installation of Sshfs</title>
|
||||||
|
<!--
|
||||||
<para>
|
<para>
|
||||||
If you are building on i686, <application>sshfs</application> needs
|
If you are building on i686, <application>sshfs</application> needs
|
||||||
an extra CFLAGS setting to be defined. This prevents an integer
|
an extra CFLAGS setting to be defined. This prevents an integer
|
||||||
@ -105,6 +105,7 @@
|
|||||||
<screen><userinput>if [ $(uname -m) = "i686" ]; then
|
<screen><userinput>if [ $(uname -m) = "i686" ]; then
|
||||||
export CFLAGS+="-D_FILE_OFFSET_BITS=64";
|
export CFLAGS+="-D_FILE_OFFSET_BITS=64";
|
||||||
fi</userinput></screen>
|
fi</userinput></screen>
|
||||||
|
-->
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Install <application>Sshfs</application> by running the following
|
Install <application>Sshfs</application> by running the following
|
||||||
|
Loading…
Reference in New Issue
Block a user