xref: /OK3568_Linux_fs/buildroot/package/unixodbc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_UNIXODBC
2	bool "unixodbc"
3	depends on !BR2_STATIC_LIBS # dlopen()
4	help
5	  The unixODBC Project goals are to develop and promote
6	  unixODBC to be the definitive standard for ODBC on non MS
7	  Windows platforms.
8
9	  http://www.unixodbc.org
10
11comment "unixodbc needs a toolchain w/ dynamic library"
12	depends on BR2_STATIC_LIBS
13