diff options
author | dsainty <dsainty> | 2006-07-08 07:14:15 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2006-07-08 07:14:15 +0000 |
commit | f3bf8c75ac753471f22f02fe755f137cd8b0cf48 (patch) | |
tree | 7a3802fd0893a1b0b728ccaf789c4b10ca51cb44 /mk/defaults | |
parent | 430e16ab1dc86a1b6b8ff3154887cf7cb3315ea3 (diff) | |
download | pkgsrc-f3bf8c75ac753471f22f02fe755f137cd8b0cf48.tar.gz |
Document dar-int32 and dar-int64 options.
Dar is built by default with an arbitrary-size-integer library for managing
all file length/timestamp details. If 32-bit or 64-bit integers (with
overflow protection) are sufficient for requirements, the dar-int32 and
dar-int64 options can significantly reduce the run-time memory and CPU
overheads of Dar.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/options.description | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index e53655ee981..6edcd2b69ee 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -36,6 +36,8 @@ charts cups Enable cups (Common UNIX Printing System) support. curl Enable curl support. curses Enable curses support. +dar-int32 Use 32-bit integers for file lengths in Dar. +dar-int64 Use 64-bit integers for file lengths in Dar. darwin Build and/or run on Darwin and Mac OS X. db db2 |