1 config BR2_PACKAGE_USTR
3 # unconditionally builds a shared library
4 depends on !BR2_STATIC_LIBS
5 depends on !BR2_TOOLCHAIN_USES_MUSL # broken vsnprintf detection
7 A small, safe string library.
9 http://www.and.org/ustr/
11 comment "ustr needs a toolchain w/ dynamic library"
12 depends on BR2_STATIC_LIBS
13 depends on !BR2_TOOLCHAIN_USES_MUSL