projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix build, thx z3ro
[openwrt.git]
/
openwrt
/
package
/
postgresql
/
Config.in
diff --git
a/openwrt/package/postgresql/Config.in
b/openwrt/package/postgresql/Config.in
index
2680af2
..
542f3d4
100644
(file)
--- a/
openwrt/package/postgresql/Config.in
+++ b/
openwrt/package/postgresql/Config.in
@@
-1,12
+1,16
@@
+config BR2_PACKAGE_POSTGRESQL
+ bool
+ default n
+ depends BR2_PACKAGE_LIBPQ
+
config BR2_PACKAGE_LIBPQ
config BR2_PACKAGE_LIBPQ
- tristate "libpq (PostgreSQL client library)"
+ prompt "libpq - PostgreSQL client library"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_POSTGRESQL
help
PostgreSQL client library.
http://www.postgresql.org/
help
PostgreSQL client library.
http://www.postgresql.org/
-config BR2_PACKAGE_POSTGRESQL
- tristate
- default BR2_PACKAGE_LIBPQ
This page took
0.033224 seconds
and
4
git commands to generate.