summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko2008-07-11 12:19:14 +0000
committerDenis Vlasenko2008-07-11 12:19:14 +0000
commitdee8587d9208e4ea5ba8f8bb73b555007529372e (patch)
tree303d21aeec9e3922e296ecc9041598a87a79b554 /Config.in
parentf941306199d7cb00be68483169f202432a9a9a7d (diff)
downloadbusybox-dee8587d9208e4ea5ba8f8bb73b555007529372e.zip
busybox-dee8587d9208e4ea5ba8f8bb73b555007529372e.tar.gz
Apply post-1.11.0 patches. Bump version to 1.11.1.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 416ffaa..a7c3149 100644
--- a/Config.in
+++ b/Config.in
@@ -298,7 +298,7 @@ config NOMMU
config BUILD_LIBBUSYBOX
bool "Build shared libbusybox"
default n
- depends on !FEATURE_PREFER_APPLETS && !PIE
+ depends on !FEATURE_PREFER_APPLETS && !PIE && !STATIC
help
Build a shared library libbusybox.so.N.N.N which contains all
busybox code.