]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix & clean up the information about building Python with large file support
authorFred Drake <fdrake@acm.org>
Fri, 22 Jun 2001 16:00:54 +0000 (16:00 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Jun 2001 16:00:54 +0000 (16:00 +0000)
for Linux.

This closes SF bug #434975.

Doc/lib/libposix.tex

index 0bb8173769e2ae96ab43dd599ca9fe35c705668f..9bbc3366653b61f7231003923870818150925543 100644 (file)
@@ -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}}