2015-03-13 21:25:06 +01:00
|
|
|
config BR2_PACKAGE_UNIXODBC
|
|
|
|
bool "unixodbc"
|
2019-01-18 23:05:41 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen()
|
2015-03-13 21:25:06 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
The unixODBC Project goals are to develop and promote
|
|
|
|
unixODBC to be the definitive standard for ODBC on non MS
|
|
|
|
Windows platforms.
|
2015-03-13 21:25:06 +01:00
|
|
|
|
|
|
|
http://www.unixodbc.org
|
2019-01-18 23:05:41 +01:00
|
|
|
|
|
|
|
comment "unixodbc needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|