Config.in 344 B

123456789101112
  1. config 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. http://www.unixodbc.org
  9. comment "unixodbc needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS