[git commit master] fix configure sha256sum problem. Closes bug 895

Denys Vlasenko vda.linux at googlemail.com
Wed Jan 13 17:55:37 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=c041e239dbc02b99ee9a5a86bed6dc859ff956db
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/Config.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/coreutils/Config.in b/coreutils/Config.in
index fa35241..49e2859 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -846,13 +846,13 @@ config FEATURE_HUMAN_READABLE
 	help
 	  Allow df, du, and ls to have human readable output.
 
-comment "Common options for md5sum, sha1sum"
-	depends on MD5SUM || SHA1SUM
+comment "Common options for md5sum, sha1sum, sha256sum, sha512sum"
+	depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM
 
 config FEATURE_MD5_SHA1_SUM_CHECK
 	bool "Enable -c, -s and -w options"
 	default n
-	depends on MD5SUM || SHA1SUM
+	depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM
 	help
 	  Enabling the -c options allows files to be checked
 	  against pre-calculated hash values.
-- 
1.6.3.3



More information about the busybox-cvs mailing list