Temporarily disable shared library for the 1.1.1 release.
authorRob Landley <rob@landley.net>
Tue, 21 Mar 2006 16:07:39 +0000 (16:07 -0000)
committerRob Landley <rob@landley.net>
Tue, 21 Mar 2006 16:07:39 +0000 (16:07 -0000)
Config.in

index 33f6d9aee3d2d71190e9bed2da4cf8a2b521bc64..f67f81aeb009a4e9b2bd4c8531af939d92f9625c 100644 (file)
--- 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.