summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposix.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-06-22 16:01:20 (GMT)
committerFred Drake <fdrake@acm.org>2001-06-22 16:01:20 (GMT)
commit93438bf0a24ca1de4f1707a45be28e9621739184 (patch)
tree3130c04b08f8af1ab146f010001dc3f9a2c8a83a /Doc/lib/libposix.tex
parent1a3125ef731dd83a7577b4c715851d5905d4bd35 (diff)
downloadcpython-93438bf0a24ca1de4f1707a45be28e9621739184.zip
cpython-93438bf0a24ca1de4f1707a45be28e9621739184.tar.gz
cpython-93438bf0a24ca1de4f1707a45be28e9621739184.tar.bz2
Fix & clean up the information about building Python with large file support
for Linux. This closes SF bug #434975.
Diffstat (limited to 'Doc/lib/libposix.tex')
-rw-r--r--Doc/lib/libposix.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex
index 0bb8173..9bbc336 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}}