diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 12:19:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 12:19:14 +0000 |
commit | dee8587d9208e4ea5ba8f8bb73b555007529372e (patch) | |
tree | 303d21aeec9e3922e296ecc9041598a87a79b554 /Config.in | |
parent | f941306199d7cb00be68483169f202432a9a9a7d (diff) | |
download | busybox-w32-dee8587d9208e4ea5ba8f8bb73b555007529372e.tar.gz busybox-w32-dee8587d9208e4ea5ba8f8bb73b555007529372e.tar.bz2 busybox-w32-dee8587d9208e4ea5ba8f8bb73b555007529372e.zip |
Apply post-1.11.0 patches. Bump version to 1.11.1.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ config NOMMU | |||
298 | config BUILD_LIBBUSYBOX | 298 | config BUILD_LIBBUSYBOX |
299 | bool "Build shared libbusybox" | 299 | bool "Build shared libbusybox" |
300 | default n | 300 | default n |
301 | depends on !FEATURE_PREFER_APPLETS && !PIE | 301 | depends on !FEATURE_PREFER_APPLETS && !PIE && !STATIC |
302 | help | 302 | help |
303 | 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 |
304 | busybox code. | 304 | busybox code. |