fix another dependency bug introduced by [2333]
SVN-Revision: 2346
This commit is contained in:
parent
0c9635bf91
commit
339d3b4890
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
config BR2_PACKAGE_POSTGRESQL
|
config BR2_COMPILE_POSTGRESQL
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBPQ
|
depends BR2_PACKAGE_LIBPQ
|
||||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBPQ
|
||||||
prompt "libpq............................. PostgreSQL client library"
|
prompt "libpq............................. PostgreSQL client library"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_POSTGRESQL
|
select BR2_COMPILE_POSTGRESQL
|
||||||
help
|
help
|
||||||
PostgreSQL is an object-relational database management system (ORDBMS)
|
PostgreSQL is an object-relational database management system (ORDBMS)
|
||||||
based on POSTGRES, Version 4.2, developed at the University of
|
based on POSTGRES, Version 4.2, developed at the University of
|
||||||
|
|
Loading…
Reference in a new issue