mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
config BR2_PACKAGE_LIBDBI
|
|
bool "lidbi"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
libdbi implements a database-independent abstraction layer
|
|
in C, similar to the DBI/DBD layer in Perl.
|
|
|
|
http://libdbi.sourceforge.net
|
|
|
|
comment "libdbi needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|