2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_BERKELEYDB
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "berkeleydb"
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2015-04-23 00:14:34 +02:00
|
|
|
The Berkeley database. A very common library for database
|
2004-12-24 10:23:11 +01:00
|
|
|
applications.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-24 10:23:11 +01:00
|
|
|
http://www.sleepycat.com/products/db.shtml
|
2012-04-25 06:30:33 +02:00
|
|
|
|
2013-12-02 01:29:15 +01:00
|
|
|
if BR2_PACKAGE_BERKELEYDB
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BERKELEYDB_COMPAT185
|
|
|
|
bool "DB 1.85 compatibility"
|
|
|
|
help
|
|
|
|
Build and install DB 1.85 compatibility API.
|
|
|
|
|
2012-04-25 06:30:33 +02:00
|
|
|
config BR2_PACKAGE_BERKELEYDB_TOOLS
|
|
|
|
bool "install tools"
|
|
|
|
help
|
|
|
|
Install berkeleydb tools, mostly useful for debugging purposes.
|
2013-12-02 01:29:15 +01:00
|
|
|
|
|
|
|
endif
|