diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-06-01 16:39:06 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-06-01 16:39:06 +0000 |
commit | 5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83 (patch) | |
tree | c57215516eabdd86306cd25b15bb37a814593f06 /MACHINES | |
parent | d8c8ee410ed698812f2e101bb8b88c2ed4c8230a (diff) | |
download | zsh-5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83.tar.gz zsh-5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83.tar.xz zsh-5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83.zip |
25124: work with --(disable|enable)-largefile instead of --(disable|enable)-lfs, since the latter is no longer functional.
Diffstat (limited to 'MACHINES')
-rw-r--r-- | MACHINES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MACHINES b/MACHINES index ccb71db1e..81d26b888 100644 --- a/MACHINES +++ b/MACHINES @@ -225,7 +225,7 @@ Sun: Solaris 2.x, 8, 9, ... to /usr/ucblib in your LD_LIBRARY_PATH. You can easily do this by just unsetting LD_LIBRARY_PATH before building zsh. - Problems were once reported using --enable-lfs (the default) to + Problems were once reported using --enable-largefile (the default) to enable large file system and integer support on Solaris 2 with gcc before 2.95.2. Recent versions of gcc appear to be unproblematic. |