mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Change the example of configuring for large file support under Solaris
to use `getconf LFS_CFLAGS`. Steve Clift (the author of the section and large file support) agrees that this is the right thing to do.
This commit is contained in:
parent
a20fdcdd14
commit
82f355a36a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ this mode. For example, it is enabled by default with recent versions
|
|||
of Irix, but with Solaris 2.6 and 2.7 you need to do something like:
|
||||
|
||||
\begin{verbatim}
|
||||
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" OPT="-g -O2 $CFLAGS" \
|
||||
CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS" \
|
||||
configure
|
||||
\end{verbatim} % $ <-- bow to font-lock
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue