From: Fredrik Fornwall Date: Mon, 27 Mar 2017 03:40:48 +0000 (+0200) Subject: postgresql: Use --without-readline in native build X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/acecb62b144d4b389811a3ef1f5d0b0002ad78bf postgresql: Use --without-readline in native build This avoids requring libreadline-dev. --- 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 }