add readline support to postgres as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8195 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d737c64b22
commit
017f7eefe6
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=postgresql
|
PKG_NAME:=postgresql
|
||||||
PKG_VERSION:=8.2.3
|
PKG_VERSION:=8.2.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/libpq
|
define Package/libpq
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib +libreadline +libncurses
|
||||||
TITLE:=PostgreSQL client library
|
TITLE:=PostgreSQL client library
|
||||||
DESCRIPTION:=PostgreSQL client library.
|
DESCRIPTION:=PostgreSQL client library.
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
@ -136,7 +136,6 @@ define Build/Configure
|
|||||||
--without-pam \
|
--without-pam \
|
||||||
--without-perl \
|
--without-perl \
|
||||||
--without-python \
|
--without-python \
|
||||||
--without-readline \
|
|
||||||
--without-rendezvous \
|
--without-rendezvous \
|
||||||
--without-tcl \
|
--without-tcl \
|
||||||
--without-tk \
|
--without-tk \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user