X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/53530ad847931f3217c7a3f888ede505a318eb32..88e41712c49ff286311d25405cef068ffec07706:/packages/postgresql/build.sh?ds=sidebyside diff --git a/packages/postgresql/build.sh b/packages/postgresql/build.sh index 0c280cea..9d115436 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://www.postgresql.org TERMUX_PKG_DESCRIPTION="Object-relational SQL database" TERMUX_PKG_MAINTAINER='Vishal Biswas @vishalbiswas' -TERMUX_PKG_VERSION=9.6.2 +TERMUX_PKG_VERSION=10.1 +TERMUX_PKG_SHA256=3ccb4e25fe7a7ea6308dea103cac202963e6b746697366d72ec2900449a5e713 TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2 -TERMUX_PKG_SHA256=0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9 TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem" # - pgac_cv_prog_cc_ldflags__Wl___as_needed: Inform that the linker supports as-needed. It's # not stricly necessary but avoids unnecessary linking of binaries. @@ -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 }