Compile postgres with btree_gist

This commit is contained in:
qubist-pixel-ux 2021-01-29 08:47:13 +05:30 committed by buttaface
parent c1d230d6c4
commit 5edd07d62b

View File

@ -65,6 +65,7 @@ termux_step_post_make_install() {
fuzzystrmatch \
unaccent \
uuid-ossp \
btree_gist \
; do
(cd contrib/$contrib && make -s -j $TERMUX_MAKE_PROCESSES install)
done