From 7f79aa4c3fb835b2302bc5ff1109e3e7cbc8d938 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 6 Nov 2005 05:33:17 +0000 Subject: [PATCH] fix another dependency bug introduced by [2333] SVN-Revision: 2346 --- openwrt/package/postgresql/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index d153ebcfe5..dc9555f905 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/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 -- 2.30.2