restore old configure script patch; fix build error
[openwrt.git] / package / postgresql / Config.in
index d153ebc..776dccc 100644 (file)
@@ -1,5 +1,5 @@
-config BR2_PACKAGE_POSTGRESQL
-       bool
+config BR2_COMPILE_POSTGRESQL
+       tristate
        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 
This page took 0.024483 seconds and 4 git commands to generate.