diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-21 16:07:39 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-21 16:07:39 +0000 |
commit | b3df5edc425e0e3b1cc93483bd13b551056e780f (patch) | |
tree | 6efa839b6a5f3574671912de23675dc5f565c97a | |
parent | 1e4dfb8f2960d8c21fa8d2f9cc8068f23bcbd4f4 (diff) | |
download | busybox-w32-b3df5edc425e0e3b1cc93483bd13b551056e780f.tar.gz busybox-w32-b3df5edc425e0e3b1cc93483bd13b551056e780f.tar.bz2 busybox-w32-b3df5edc425e0e3b1cc93483bd13b551056e780f.zip |
Temporarily disable shared library for the 1.1.1 release.
git-svn-id: svn://busybox.net/trunk/busybox@14590 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Config.in | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -168,9 +168,17 @@ config CONFIG_STATIC | |||
168 | 168 | ||
169 | Most people will leave this set to 'N'. | 169 | Most people will leave this set to 'N'. |
170 | 170 | ||
171 | # The busybox shared library feature is there so make standalone can produce | ||
172 | # smaller applets. Since make standalone isn't in yet, there's nothing using | ||
173 | # this yet, and so it's disabled. | ||
174 | config CONFIG_DISABLE_SHARED | ||
175 | bool | ||
176 | default n | ||
177 | |||
171 | config CONFIG_BUILD_LIBBUSYBOX | 178 | config CONFIG_BUILD_LIBBUSYBOX |
172 | bool "Build shared libbusybox" | 179 | bool "Build shared libbusybox" |
173 | default y | 180 | default n |
181 | depends on CONFIG_DISABLE_SHARED | ||
174 | help | 182 | help |
175 | Build a shared library libbusybox.so which contains all | 183 | Build a shared library libbusybox.so which contains all |
176 | libraries used inside busybox. | 184 | libraries used inside busybox. |