From 720893b62510438237b9923d744dd079ddb4f67d Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 22 Oct 2012 05:42:08 +0000 Subject: openssl: disable apps for NOMMU The openssl binary uses fork() so disable the option and build for !MMU. Fixes http://autobuild.buildroot.net/results/45a9b84c16caadbf77b6fc43d7a0001c981a4c87/build-end.log Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/openssl/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/openssl/Config.in') diff --git a/package/openssl/Config.in b/package/openssl/Config.in index 6ba644a98..2187023e6 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -12,6 +12,8 @@ config BR2_PACKAGE_OPENSSL config BR2_PACKAGE_OPENSSL_BIN bool "openssl binary" depends on BR2_PACKAGE_OPENSSL + # uses fork() + depends on BR2_USE_MMU help Install the openssl binary to the target file system. This is a command line tool for doing various crypthographic stuff. -- cgit v1.2.3