changeset 589:72e6bc298b7f

disable readline support because it doesn't work for package postgresql
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 11 Dec 2009 23:04:25 +0100
parents 64f1de293362
children 6c39b5f524fd
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Fri Dec 11 15:16:40 2009 +0100
+++ b/src/postgresql.mk	Fri Dec 11 23:04:25 2009 +0100
@@ -30,7 +30,7 @@
 $(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 @@
         --without-ldap \
         --without-bonjour \
         --with-openssl \
-        --with-readline \
+        --without-readline \
         --without-ossp-uuid \
         --without-libxml \
         --without-libxslt \