aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-21 16:07:39 +0000
committerRob Landley <rob@landley.net>2006-03-21 16:07:39 +0000
commit6a776e955861e63dc3293dcef2ca92bd9bb3a258 (patch)
tree6efa839b6a5f3574671912de23675dc5f565c97a /Config.in
parentd1ba916167d61d47c1a29dd10b1bb9f5b09a4f07 (diff)
downloadbusybox-6a776e955861e63dc3293dcef2ca92bd9bb3a258.tar.gz
Temporarily disable shared library for the 1.1.1 release.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 9 insertions, 1 deletions
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.