mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Add --with-external-gd flag
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
@@ -53,9 +53,6 @@ construct_configure_options() {
|
|||||||
local install_path=$1
|
local install_path=$1
|
||||||
|
|
||||||
global_config="--prefix=$install_path \
|
global_config="--prefix=$install_path \
|
||||||
--sysconfdir=$install_path \
|
|
||||||
--with-config-file-path=$install_path \
|
|
||||||
--with-config-file-scan-dir=$install_path/conf.d \
|
|
||||||
--enable-bcmath \
|
--enable-bcmath \
|
||||||
--enable-calendar \
|
--enable-calendar \
|
||||||
--enable-dba \
|
--enable-dba \
|
||||||
@@ -77,7 +74,11 @@ construct_configure_options() {
|
|||||||
--enable-sysvshm \
|
--enable-sysvshm \
|
||||||
--enable-wddx \
|
--enable-wddx \
|
||||||
--enable-zip \
|
--enable-zip \
|
||||||
|
--sysconfdir=$install_path \
|
||||||
|
--with-config-file-path=$install_path \
|
||||||
|
--with-config-file-scan-dir=$install_path/conf.d \
|
||||||
--with-curl \
|
--with-curl \
|
||||||
|
--with-external-gd \
|
||||||
--with-fpm-group=www-data \
|
--with-fpm-group=www-data \
|
||||||
--with-fpm-user=www-data \
|
--with-fpm-user=www-data \
|
||||||
--with-gd \
|
--with-gd \
|
||||||
|
|||||||
Reference in New Issue
Block a user