diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-23 22:31:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-23 22:31:52 +0000 |
commit | cc3f20b9bdf9a46c41877dab4900eb2997b72019 (patch) | |
tree | 4447fc490a0f65921d5c324283da20c837121535 /Config.in | |
parent | 211b59be431350b2cc6685f5365ad5e6b597dc18 (diff) | |
download | busybox-w32-cc3f20b9bdf9a46c41877dab4900eb2997b72019.tar.gz busybox-w32-cc3f20b9bdf9a46c41877dab4900eb2997b72019.tar.bz2 busybox-w32-cc3f20b9bdf9a46c41877dab4900eb2997b72019.zip |
fix breakage found by randomconfig
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -293,10 +293,12 @@ config NOMMU | |||
293 | 293 | ||
294 | Most people will leave this set to 'N'. | 294 | Most people will leave this set to 'N'. |
295 | 295 | ||
296 | # PIE can be made to work with BUILD_LIBBUSYBOX, but currently | ||
297 | # build system does not support that | ||
296 | config BUILD_LIBBUSYBOX | 298 | config BUILD_LIBBUSYBOX |
297 | bool "Build shared libbusybox" | 299 | bool "Build shared libbusybox" |
298 | default n | 300 | default n |
299 | depends on !FEATURE_PREFER_APPLETS | 301 | depends on !FEATURE_PREFER_APPLETS && !PIE |
300 | help | 302 | help |
301 | Build a shared library libbusybox.so.N.N.N which contains all | 303 | Build a shared library libbusybox.so.N.N.N which contains all |
302 | busybox code. | 304 | busybox code. |