postgresql: build postgres_fdw (#6249)
This commit is contained in:
parent
9f1d624c26
commit
9c4ad85afd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user