aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-06 05:33:17 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-06 05:33:17 +0000
commitf8864899b45bcd939452f0b0b5adad93ccc99703 (patch)
treefa8bacaf8c5343b679f9984003ebbf55bf2242b3 /package
parent04902eecdda1c0dcc1656b953a86619441cb6f5f (diff)
downloadupstream-f8864899b45bcd939452f0b0b5adad93ccc99703.tar.gz
upstream-f8864899b45bcd939452f0b0b5adad93ccc99703.tar.bz2
upstream-f8864899b45bcd939452f0b0b5adad93ccc99703.zip
fix another dependency bug introduced by [2333]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/postgresql/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in
index d153ebcfe5..dc9555f905 100644
--- a/package/postgresql/Config.in
+++ b/package/postgresql/Config.in
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_POSTGRESQL
+config BR2_COMPILE_POSTGRESQL
bool
default n
depends BR2_PACKAGE_LIBPQ
@@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBPQ
prompt "libpq............................. PostgreSQL client library"
tristate
default m if CONFIG_DEVEL
- select BR2_PACKAGE_POSTGRESQL
+ select BR2_COMPILE_POSTGRESQL
help
PostgreSQL is an object-relational database management system (ORDBMS)
based on POSTGRES, Version 4.2, developed at the University of