mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)
This commit is contained in:
parent
c57ec37959
commit
8ad70871b5
10
Config.in
10
Config.in
@ -183,17 +183,9 @@ config CONFIG_STATIC
|
|||||||
|
|
||||||
Most people will leave this set to 'N'.
|
Most people will leave this set to 'N'.
|
||||||
|
|
||||||
# The busybox shared library feature is there so make standalone can produce
|
|
||||||
# smaller applets. Since make standalone isn't in yet, there's nothing using
|
|
||||||
# this yet, and so it's disabled.
|
|
||||||
config CONFIG_DISABLE_SHARED
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config CONFIG_BUILD_LIBBUSYBOX
|
config CONFIG_BUILD_LIBBUSYBOX
|
||||||
bool "Build shared libbusybox"
|
bool "Build shared libbusybox"
|
||||||
default n
|
default y
|
||||||
depends on CONFIG_DISABLE_SHARED
|
|
||||||
help
|
help
|
||||||
Build a shared library libbusybox.so which contains all
|
Build a shared library libbusybox.so which contains all
|
||||||
libraries used inside busybox.
|
libraries used inside busybox.
|
||||||
|
Loading…
Reference in New Issue
Block a user