summaryrefslogtreecommitdiffstats
path: root/package/unixodbc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/unixodbc/Config.in')
-rw-r--r--package/unixodbc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/unixodbc/Config.in b/package/unixodbc/Config.in
index d5434d1ef1..eb0ad9c541 100644
--- a/package/unixodbc/Config.in
+++ b/package/unixodbc/Config.in
@@ -1,8 +1,12 @@
config BR2_PACKAGE_UNIXODBC
bool "unixodbc"
+ depends on !BR2_STATIC_LIBS # dlopen()
help
The unixODBC Project goals are to develop and promote
unixODBC to be the definitive standard for ODBC on non MS
Windows platforms.
http://www.unixodbc.org
+
+comment "unixodbc needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud