From 9c4ad85afdb897ca340dedcb09b078b56536de56 Mon Sep 17 00:00:00 2001 From: mdouchin Date: Thu, 14 Jan 2021 19:22:24 +0100 Subject: [PATCH] postgresql: build postgres_fdw (#6249) --- packages/postgresql/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/postgresql/build.sh b/packages/postgresql/build.sh index 0592f5036..3ede016da 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_LICENSE_FILE="COPYRIGHT" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=13.1 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_SHA256=12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem, libuuid, libxml2, libicu, zlib" @@ -61,6 +61,7 @@ termux_step_post_make_install() { pg_freespacemap \ pg_stat_statements\ pg_trgm \ + postgres_fdw \ fuzzystrmatch \ unaccent \ uuid-ossp \