postgresql: Use --without-readline in native build

This avoids requring libreadline-dev.
This commit is contained in:
Fredrik Fornwall 2017-03-27 05:40:48 +02:00
parent 052e347e0c
commit acecb62b14

View File

@ -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
}