summaryrefslogtreecommitdiff
path: root/package/libuecc
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-11-19 11:17:48 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-11-19 11:17:48 +0100
commitaadf19c9c3aa6e92c6727650989981fbc0757f0d (patch)
tree320eafef670db0f2c649615f81b65ef7567432e9 /package/libuecc
parentde5bfeac56da3a49fadad9c60898bea4fadf54dd (diff)
libuecc: not available in static builds
Fixes: http://autobuild.buildroot.net/results/c0d/c0d91fc0fa28fda0ffd1c9a236bde5435222bcc0/ Unconditionally builds a shared library. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libuecc')
-rw-r--r--package/libuecc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libuecc/Config.in b/package/libuecc/Config.in
index 34bbea2d4..b7cd0450f 100644
--- a/package/libuecc/Config.in
+++ b/package/libuecc/Config.in
@@ -1,6 +1,10 @@
config BR2_PACKAGE_LIBUECC
bool "libuecc"
+ depends on !BR2_STATIC_LIBS
help
Very small Elliptic Curve Cryptography library
http://git.universe-factory.net/libuecc
+
+comment "libuecc needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS