From acecb62b144d4b389811a3ef1f5d0b0002ad78bf Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 27 Mar 2017 05:40:48 +0200 Subject: [PATCH] postgresql: Use --without-readline in native build This avoids requring libreadline-dev. --- packages/postgresql/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/postgresql/build.sh b/packages/postgresql/build.sh index 0c280cea..676617f7 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -26,7 +26,7 @@ TERMUX_PKG_HOSTBUILD=yes termux_step_host_build() { # Build a native zic binary which we have patched to # use symlinks instead of hard links. - $TERMUX_PKG_SRCDIR/configure + $TERMUX_PKG_SRCDIR/configure --without-readline make ./src/timezone/zic } -- 2.11.0