a24f0e8eee
libdbi needs dynamic library to avoid the following build failure raised
since the addition of the package in commit
c6aac6ebdb
:
dbi_main.c:84:2: error: #error no dynamic loading support
84 | #error no dynamic loading support
| ^~~~~
Fixes:
- http://autobuild.buildroot.org/results/9cd56a625cbd52b0c070e2d462e02f5161d9631d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
|