From cc3f20b9bdf9a46c41877dab4900eb2997b72019 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 23 Jun 2008 22:31:52 +0000 Subject: fix breakage found by randomconfig --- Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index e70caf5a1..416ffaad4 100644 --- a/Config.in +++ b/Config.in @@ -293,10 +293,12 @@ config NOMMU Most people will leave this set to 'N'. +# PIE can be made to work with BUILD_LIBBUSYBOX, but currently +# build system does not support that config BUILD_LIBBUSYBOX bool "Build shared libbusybox" default n - depends on !FEATURE_PREFER_APPLETS + depends on !FEATURE_PREFER_APPLETS && !PIE help Build a shared library libbusybox.so.N.N.N which contains all busybox code. -- cgit v1.2.3