postgresql: Use --without-readline in native build
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 27 Mar 2017 03:40:48 +0000 (05:40 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 27 Mar 2017 03:40:48 +0000 (05:40 +0200)
This avoids requring libreadline-dev.

packages/postgresql/build.sh

index 0c280ce..676617f 100644 (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
 }