diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 05:33:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 05:33:17 +0000 |
commit | 339d3b489058e9fcada69e12d1128646db705dbe (patch) | |
tree | ad1b870354ec107e6cefc1b60060d30146acffbf | |
parent | 0c9635bf91ce78cbdcee4ba85ab18f99c242e30f (diff) | |
download | mtk-20170518-339d3b489058e9fcada69e12d1128646db705dbe.zip mtk-20170518-339d3b489058e9fcada69e12d1128646db705dbe.tar.gz mtk-20170518-339d3b489058e9fcada69e12d1128646db705dbe.tar.bz2 |
fix another dependency bug introduced by [2333]
SVN-Revision: 2346
-rw-r--r-- | openwrt/package/postgresql/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index d153ebc..dc9555f 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 |