1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-30 09:51:10 +03:00

fix another dependency bug introduced by [2333]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2346 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-11-06 05:33:17 +00:00
parent d993ee4fb3
commit 6e416f3cec

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_POSTGRESQL config BR2_COMPILE_POSTGRESQL
bool bool
default n default n
depends BR2_PACKAGE_LIBPQ depends BR2_PACKAGE_LIBPQ
@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBPQ
prompt "libpq............................. PostgreSQL client library" prompt "libpq............................. PostgreSQL client library"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_POSTGRESQL select BR2_COMPILE_POSTGRESQL
help help
PostgreSQL is an object-relational database management system (ORDBMS) PostgreSQL is an object-relational database management system (ORDBMS)
based on POSTGRES, Version 4.2, developed at the University of based on POSTGRES, Version 4.2, developed at the University of