summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-11 22:04:25 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-11 22:04:25 (GMT)
commit9de9af169be1e18448564398748898649adb12ce (patch)
treeea1a0a3bfe3cd3db0ffef3c28c7a502a0492ed58 /src/postgresql.mk
parenta1ea01a924025f2ec6b53ec1a305b91b5564f0d7 (diff)
downloadmxe-9de9af169be1e18448564398748898649adb12ce.zip
mxe-9de9af169be1e18448564398748898649adb12ce.tar.gz
mxe-9de9af169be1e18448564398748898649adb12ce.tar.bz2
disable readline support because it doesn't work for package postgresql
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 171dafb..6e84eff 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 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 \