svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Mon Apr 10 17:28:29 UTC 2006


Author: landley
Date: 2006-04-10 10:28:27 -0700 (Mon, 10 Apr 2006)
New Revision: 14786

Log:
I forgot to re-enable shared library build after 1.1.1.  (Undo svn 14590.)


Modified:
   trunk/busybox/Config.in


Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in	2006-04-10 17:07:15 UTC (rev 14785)
+++ trunk/busybox/Config.in	2006-04-10 17:28:27 UTC (rev 14786)
@@ -183,17 +183,9 @@
 
 	  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 n
-	depends on CONFIG_DISABLE_SHARED
+	default y
 	help
 	  Build a shared library libbusybox.so which contains all
 	  libraries used inside busybox.




More information about the busybox-cvs mailing list