fix breakage found by randomconfig

This commit is contained in:
Denis Vlasenko
2008-06-23 22:31:52 +00:00
parent 211b59be43
commit cc3f20b9bd
7 changed files with 20 additions and 15 deletions

View File

@@ -293,10 +293,12 @@ config NOMMU
Most people will leave this set to 'N'.
# PIE can be made to work with BUILD_LIBBUSYBOX, but currently
# build system does not support that
config BUILD_LIBBUSYBOX
bool "Build shared libbusybox"
default n
depends on !FEATURE_PREFER_APPLETS
depends on !FEATURE_PREFER_APPLETS && !PIE
help
Build a shared library libbusybox.so.N.N.N which contains all
busybox code.