summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ustr/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/ustr/Config.in b/package/ustr/Config.in
index a86b26d3d4..0d9c272b6b 100644
--- a/package/ustr/Config.in
+++ b/package/ustr/Config.in
@@ -1,6 +1,11 @@
config BR2_PACKAGE_USTR
bool "ustr"
+ # unconditionally builds a shared library
+ depends on !BR2_STATIC_LIBS
help
A small, safe string library.
http://www.and.org/ustr/
+
+comment "ustr needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud