From 6e416f3cec10eec0a39ea9edc7a2236041131e05 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 6 Nov 2005 05:33:17 +0000 Subject: fix another dependency bug introduced by [2333] git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2346 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/postgresql/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/postgresql') diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index d153ebcfe..dc9555f90 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 -- cgit v1.2.3