aboutsummaryrefslogtreecommitdiffstats
path: root/package/postgresql/Config.in
blob: 542f3d44a97099b30bee93b2b60534781b70224e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/