aboutsummaryrefslogtreecommitdiff
path: root/system/rhash/README
diff options
context:
space:
mode:
authorСимон Болоканов <sbolokanov@abv.bg>2015-03-04 22:08:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-07 07:05:14 +0700
commit5889454814b9301258e671727b4f98d5594f17f1 (patch)
tree8c69f01fa8ec0991e97c36d65d3cfd00295c773e /system/rhash/README
parent8498815ade484727c10c046f3cdfe330dc85cfc9 (diff)
system/rhash: Added static option.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rhash/README')
-rw-r--r--system/rhash/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/rhash/README b/system/rhash/README
index e7cd41c96a..68921054b3 100644
--- a/system/rhash/README
+++ b/system/rhash/README
@@ -1,4 +1,6 @@
RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files.
Supports lots of algorithms.
-Note: If you do not want to build with OpenSSL support pass OPENSSL=no to the script.
+Notes:
+If you want to build with NO OpenSSL support, pass OPENSSL=no to the script.
+If you need static libraries, pass STATICLIB=yes to the script.