From: Fred Drake Date: Fri, 22 Jun 2001 16:00:54 +0000 (+0000) Subject: Fix & clean up the information about building Python with large file support X-Git-Tag: v2.1.1c1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c5ecdabb3370a586b3411d07ab3d8846ef16b28;p=thirdparty%2FPython%2Fcpython.git Fix & clean up the information about building Python with large file support for Linux. This closes SF bug #434975. --- diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 0bb8173769e2..9bbc3366653b 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -62,10 +62,9 @@ CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS" \ On large-file-capable Linux systems, this might work: \begin{verbatim} -CC="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" -export CC -./configure -\end{verbatim} +CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" \ + ./configure +\end{verbatim} % $ <-- bow to font-lock \subsection{Module Contents \label{posix-contents}}