From b3df5edc425e0e3b1cc93483bd13b551056e780f Mon Sep 17 00:00:00 2001 From: landley Date: Tue, 21 Mar 2006 16:07:39 +0000 Subject: Temporarily disable shared library for the 1.1.1 release. git-svn-id: svn://busybox.net/trunk/busybox@14590 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 33f6d9aee..f67f81aeb 100644 --- a/Config.in +++ b/Config.in @@ -168,9 +168,17 @@ config CONFIG_STATIC Most people will leave this set to 'N'. +# The busybox shared library feature is there so make standalone can produce +# smaller applets. Since make standalone isn't in yet, there's nothing using +# this yet, and so it's disabled. +config CONFIG_DISABLE_SHARED + bool + default n + config CONFIG_BUILD_LIBBUSYBOX bool "Build shared libbusybox" - default y + default n + depends on CONFIG_DISABLE_SHARED help Build a shared library libbusybox.so which contains all libraries used inside busybox. -- cgit v1.2.3-55-g6feb