summaryrefslogtreecommitdiffstats
path: root/cryptmount
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-03-27 21:59:13 +0000
committer Eric Hameleers <alien@slackware.com>2007-03-27 21:59:13 +0000
commitdfe1a7306db835f8ec99ec66b71b4800298b54e5 (patch)
tree30940165ab0be2bfadf135b5f4860fafef40ba8b /cryptmount
parentbf9142d28d3da22484fc685eebc53d4c9469cd4f (diff)
downloadasb-dfe1a7306db835f8ec99ec66b71b4800298b54e5.tar.gz
asb-dfe1a7306db835f8ec99ec66b71b4800298b54e5.tar.xz
Enabled libgcrypt requirement
Diffstat (limited to 'cryptmount')
-rwxr-xr-xcryptmount/build/cryptmount.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptmount/build/cryptmount.SlackBuild b/cryptmount/build/cryptmount.SlackBuild
index b210f4c7..7af425e2 100755
--- a/cryptmount/build/cryptmount.SlackBuild
+++ b/cryptmount/build/cryptmount.SlackBuild
@@ -28,7 +28,7 @@
# For: cryptmount
# Descr: a utility for accessing encrypted filesystems
# URL: http://cryptmount.sourceforge.net/
-# Needs:
+# Needs: (Slackware 11.0): device-mapper, kernel-headers-2.6.x
# Changelog:
# 2.0beta1-1: 27/Mar/2007 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -52,7 +52,7 @@ DOCS="AUTHORS ChangeLog COPYING NEWS README RELNOTES ToDo"
# Cryptmount can use OpenSSL and/or libgcrypt for encryption of keys.
# Set values to "YES" or "NO" to en/disable support for these crypt methods:
OPENSSL_KEYS="YES"
-GCRYPT_KEYS="NO"
+GCRYPT_KEYS="YES"
# Where do we look for sources?
CWD=`pwd`