From: Tim Yardley Date: Fri, 27 Jul 2007 15:56:44 +0000 (+0000) Subject: add readline support to postgres as well X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a64ded1bcc6eeeffbebaed9ae42441964f5597d7;p=openwrt%2Fsvn-archive%2Fpackages.git add readline support to postgres as well SVN-Revision: 8195 --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 52ce357d4..12875c516 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk 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 @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk 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/ @@ -136,7 +136,6 @@ define Build/Configure --without-pam \ --without-perl \ --without-python \ - --without-readline \ --without-rendezvous \ --without-tcl \ --without-tk \