enhance(main/postgresql): build btree_gin (#19780)

Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
This commit is contained in:
aicynide 2024-04-21 09:20:51 +05:30 committed by GitHub
parent e2e809a512
commit 045c364ae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ TERMUX_PKG_LICENSE="PostgreSQL"
TERMUX_PKG_LICENSE_FILE="COPYRIGHT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="16.2"
TERMUX_PKG_REVISION="1"
TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
TERMUX_PKG_DEPENDS="libandroid-execinfo, libandroid-shmem, libicu, libuuid, libxml2, openssl, readline, zlib"
@ -57,6 +58,7 @@ termux_step_post_make_install() {
make -C doc/src/sgml install-man
for contrib in \
btree_gin \
btree_gist \
citext \
dblink \