POSTGIS Postgres Extension (#2110)

* created PHP_FPM_INSTALL_POSTGIS variable
* install postgis if needs
* install_postgis variable
This commit is contained in:
Silvio Ney
2019-05-08 11:17:08 +01:00
committed by Shao Yu-Lung (Allen)
parent d8b3cb5a52
commit 0980523049
3 changed files with 7 additions and 1 deletions

View File

@ -169,6 +169,7 @@ PHP_FPM_INSTALL_LDAP=false
PHP_FPM_INSTALL_PHALCON=false
PHP_FPM_INSTALL_SWOOLE=false
PHP_FPM_INSTALL_PG_CLIENT=false
PHP_FPM_INSTALL_POSTGIS=false
PHP_FPM_INSTALL_PCNTL=false
PHP_FPM_INSTALL_CALENDAR=false
PHP_FPM_INSTALL_FAKETIME=false