projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove -Werror in order not to treat warnings as errors (fix gcc-4 errors), closes...
[openwrt.git]
/
openwrt
/
package
/
libdb
/
Config.in
diff --git
a/openwrt/package/libdb/Config.in
b/openwrt/package/libdb/Config.in
index
5b0f51b
..
5871032
100644
(file)
--- a/
openwrt/package/libdb/Config.in
+++ b/
openwrt/package/libdb/Config.in
@@
-1,7
+1,15
@@
+config BR2_COMPILE_DB
+ tristate
+ default n
+ depends BR2_PACKAGE_LIBDB
+
config BR2_PACKAGE_LIBDB
config BR2_PACKAGE_LIBDB
- tristate "libdb - Berkeley DB"
+ prompt "libdb............................. Berkeley DB"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_DB
help
help
- disk file format database which stores key/data-pairs in single files.
+
disk file format database which stores key/data-pairs in single files.
http://www.sleepycat.com/products/db.shtml
http://www.sleepycat.com/products/db.shtml
+
This page took
0.023316 seconds
and
4
git commands to generate.