PKG_NAME:=postgresql
PKG_VERSION:=8.2.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
define Package/libpq
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+zlib
+ DEPENDS:=+zlib +libreadline +libncurses
TITLE:=PostgreSQL client library
DESCRIPTION:=PostgreSQL client library.
URL:=http://www.postgresql.org/
--without-pam \
--without-perl \
--without-python \
- --without-readline \
--without-rendezvous \
--without-tcl \
--without-tk \