aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-10 17:28:27 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-10 17:28:27 +0000
commitc2e2331691d21918c7c9084892bd40b555886e45 (patch)
tree2235b77c37dfcc6da917dd5e69a7dbfa5de911a8 /Config.in
parentf842a4683d0b95694fea213bf29de028ab33203b (diff)
downloadbusybox-w32-c2e2331691d21918c7c9084892bd40b555886e45.tar.gz
busybox-w32-c2e2331691d21918c7c9084892bd40b555886e45.tar.bz2
busybox-w32-c2e2331691d21918c7c9084892bd40b555886e45.zip
I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)
git-svn-id: svn://busybox.net/trunk/busybox@14786 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/Config.in b/Config.in
index f118923c5..b23ec2ce1 100644
--- a/Config.in
+++ b/Config.in
@@ -183,17 +183,9 @@ config CONFIG_STATIC
183 183
184 Most people will leave this set to 'N'. 184 Most people will leave this set to 'N'.
185 185
186# The busybox shared library feature is there so make standalone can produce
187# smaller applets. Since make standalone isn't in yet, there's nothing using
188# this yet, and so it's disabled.
189config CONFIG_DISABLE_SHARED
190 bool
191 default n
192
193config CONFIG_BUILD_LIBBUSYBOX 186config CONFIG_BUILD_LIBBUSYBOX
194 bool "Build shared libbusybox" 187 bool "Build shared libbusybox"
195 default n 188 default y
196 depends on CONFIG_DISABLE_SHARED
197 help 189 help
198 Build a shared library libbusybox.so which contains all 190 Build a shared library libbusybox.so which contains all
199 libraries used inside busybox. 191 libraries used inside busybox.