3c8edf032d
SVN-Revision: 1076
17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
config BR2_PACKAGE_POSTGRESQL
|
|
bool
|
|
default n
|
|
depends BR2_PACKAGE_LIBPQ
|
|
|
|
config BR2_PACKAGE_LIBPQ
|
|
prompt "libpq - PostgreSQL client library"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_POSTGRESQL
|
|
help
|
|
PostgreSQL client library.
|
|
|
|
http://www.postgresql.org/
|
|
|
|
|