Browse Source

postgresql: Use --without-readline in native build

This avoids requring libreadline-dev.
android-5
Fredrik Fornwall 8 years ago
parent
commit
acecb62b14
  1. 2
      packages/postgresql/build.sh

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

Loading…
Cancel
Save