X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/53530ad847931f3217c7a3f888ede505a318eb32..867026592b527c59c3d3a8348024052a647747cb:/packages/postgresql/build.sh 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 }