diff options
author | Rob Landley <rob@landley.net> | 2006-04-10 17:28:27 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-10 17:28:27 +0000 |
commit | 8ad70871b55ee3a3ae8b27144e7169a96449ca4b (patch) | |
tree | 2235b77c37dfcc6da917dd5e69a7dbfa5de911a8 /Config.in | |
parent | c57ec37959390ff2e43faa5e4dd5281b2923ced3 (diff) | |
download | busybox-8ad70871b55ee3a3ae8b27144e7169a96449ca4b.tar.gz |
I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -183,17 +183,9 @@ 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 n - depends on CONFIG_DISABLE_SHARED + default y help Build a shared library libbusybox.so which contains all libraries used inside busybox. |