summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-07 23:55:25 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-07 23:55:25 (GMT)
commit7570d1295eeae3eb62614ae465d8ea524cc48006 (patch)
tree9a18222abcd9361c7e538be57caba83678205a8c /src/postgresql.mk
parent92b60a851caec32cdd4d2acb4a7f5f95409446c6 (diff)
downloadmxe-7570d1295eeae3eb62614ae465d8ea524cc48006.zip
mxe-7570d1295eeae3eb62614ae465d8ea524cc48006.tar.gz
mxe-7570d1295eeae3eb62614ae465d8ea524cc48006.tar.bz2
add readline support to package postgresql (by Mark Brand)
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index a5b5a65..3c96f09 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -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 \