disable readline support because it doesn't work for package postgresql

This commit is contained in:
Volker Grabsch 2009-12-11 23:04:25 +01:00
parent a1ea01a924
commit 9de9af169b
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 openssl readline
$(PKG)_DEPS := gcc zlib openssl
define $(PKG)_UPDATE
wget -q -O- 'http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/' | \
@ -63,7 +63,7 @@ define $(PKG)_BUILD
--without-ldap \
--without-bonjour \
--with-openssl \
--with-readline \
--without-readline \
--without-ossp-uuid \
--without-libxml \
--without-libxslt \