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