mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Minor editorial changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19473 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
66d9ef8d45
commit
2c71e1c19a
@ -93,12 +93,12 @@
|
||||
|
||||
<para>
|
||||
If you are building on i686, <application>sshfs</application> needs
|
||||
an extra set of CFLAGS needs to be defined to prevent an integer
|
||||
overflow. Define these by running the following command:
|
||||
an extra CFLAGS setting to be defined. This prevents an integer
|
||||
overflow. To do this, run the following command:
|
||||
</para>
|
||||
|
||||
<screen><userinput>if [ $(uname -m) = "i686" ]; then
|
||||
export CFLAGS+="-D_FILE_OFFSET_BITS=64";
|
||||
export CFLAGS+="-D_FILE_OFFSET_BITS=64";
|
||||
fi</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user