changeset 583:0f2e4e754420

add readline support to package postgresql (by Mark Brand)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 08 Dec 2009 00:55:25 +0100
parents 6be6f016a86f
children 407cf0b9f8fc
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Sun Dec 06 20:29:12 2009 +0100
+++ b/src/postgresql.mk	Tue Dec 08 00:55: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
+$(PKG)_DEPS     := gcc zlib readline
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/' | \
@@ -57,7 +57,7 @@
         --without-ldap \
         --without-bonjour \
         --without-openssl \
-        --without-readline \
+        --with-readline \
         --without-ossp-uuid \
         --without-libxml \
         --without-libxslt \