Fix & clean up the information about building Python with large file support
for Linux. This closes SF bug #434975.
This commit is contained in:
parent
1a3125ef73
commit
93438bf0a2
|
@ -62,10 +62,9 @@ CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS" \
|
||||||
On large-file-capable Linux systems, this might work:
|
On large-file-capable Linux systems, this might work:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
CC="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" \
|
||||||
export CC
|
./configure
|
||||||
./configure
|
\end{verbatim} % $ <-- bow to font-lock
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
|
|
||||||
\subsection{Module Contents \label{posix-contents}}
|
\subsection{Module Contents \label{posix-contents}}
|
||||||
|
|
Loading…
Reference in New Issue