summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2006-07-08 07:14:15 +0000
committerdsainty <dsainty@pkgsrc.org>2006-07-08 07:14:15 +0000
commite75ebdbfa28006a6368e5b0f727402cb6d9367da (patch)
tree7a3802fd0893a1b0b728ccaf789c4b10ca51cb44 /mk/defaults
parent168d676dea26b5b7a48e96d9dff491db0fff10ca (diff)
downloadpkgsrc-e75ebdbfa28006a6368e5b0f727402cb6d9367da.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.description2
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