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
commitf9cd318f30dc5f2d8c3974f0cd2ab2a30a5d0341 (patch)
tree7a3802fd0893a1b0b728ccaf789c4b10ca51cb44 /mk/defaults
parente2778306617c09fec0ab921749873fb6379d2680 (diff)
downloadpkgsrc-f9cd318f30dc5f2d8c3974f0cd2ab2a30a5d0341.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