From bd05145b6d1d09ffc8aae586a9d50b33dfaf3e0a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Sep 2009 11:56:43 +0200 Subject: fix openssl native compile - we need cmp - we need strict.pm for most perlscripts - use correct TARGET_CROSS variables for native compiles - cosmetic changes to openssl package, add .so files so that it can be used by gcc --- package/busybox/config/editors/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox') diff --git a/package/busybox/config/editors/Config.in b/package/busybox/config/editors/Config.in index ad46c649b..0d598af4c 100644 --- a/package/busybox/config/editors/Config.in +++ b/package/busybox/config/editors/Config.in @@ -22,7 +22,7 @@ config BUSYBOX_FEATURE_AWK_LIBM config BUSYBOX_CMP bool "cmp" - default n + default y help cmp is used to compare two files and returns the result to standard output. -- cgit v1.2.3