2014-12-16 04:53:54 +01:00
|
|
|
config BR2_PACKAGE_USTR
|
|
|
|
bool "ustr"
|
2015-12-27 15:03:28 +01:00
|
|
|
# unconditionally builds a shared library
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2016-05-24 22:03:35 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # broken vsnprintf detection
|
2014-12-16 04:53:54 +01:00
|
|
|
help
|
|
|
|
A small, safe string library.
|
|
|
|
|
|
|
|
http://www.and.org/ustr/
|
2015-12-27 15:03:28 +01:00
|
|
|
|
|
|
|
comment "ustr needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
2016-05-24 22:03:35 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|