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
|
||||
|
||||
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-calendar \
|
||||
--enable-dba \
|
||||
@@ -77,7 +74,11 @@ construct_configure_options() {
|
||||
--enable-sysvshm \
|
||||
--enable-wddx \
|
||||
--enable-zip \
|
||||
--sysconfdir=$install_path \
|
||||
--with-config-file-path=$install_path \
|
||||
--with-config-file-scan-dir=$install_path/conf.d \
|
||||
--with-curl \
|
||||
--with-external-gd \
|
||||
--with-fpm-group=www-data \
|
||||
--with-fpm-user=www-data \
|
||||
--with-gd \
|
||||
|
||||
Reference in New Issue
Block a user