add readline support to package postgresql (by Mark Brand)

This commit is contained in:
Volker Grabsch 2009-12-08 00:55:25 +01:00
parent 92b60a851c
commit 7570d1295e
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.postgresql.org/
$(PKG)_URL := http://ftp2.nl.postgresql.org/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_URL_2 := http://ftp10.us.postgresql.org/postgresql/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib
$(PKG)_DEPS := gcc zlib readline
define $(PKG)_UPDATE
wget -q -O- 'http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/' | \
@ -57,7 +57,7 @@ define $(PKG)_BUILD
--without-ldap \
--without-bonjour \
--without-openssl \
--without-readline \
--with-readline \
--without-ossp-uuid \
--without-libxml \
--without-libxslt \