pull/522/head
Mr Chen 1 year ago
parent 97e2d131b4
commit 055d440484
  1. 3
      plugins/php/versions/common/gd.sh
  2. 4
      plugins/php/versions/common/gd_old.sh

@ -74,12 +74,11 @@ Install_lib()
$serverPath/php/$version/bin/phpize $serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \ ./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-gd \ --enable-gd \
--enable-gd-jis-conv \
--with-webp \ --with-webp \
--with-xpm \ --with-xpm \
--with-jpeg \ --with-jpeg \
--with-freetype --with-freetype
#--enable-gd-jis-conv
make clean && make && make install && make clean make clean && make && make install && make clean

@ -80,8 +80,8 @@ Install_lib()
$OPTIONS \ $OPTIONS \
--with-gd \ --with-gd \
--with-jpeg-dir \ --with-jpeg-dir \
--with-freetype-dir=${serverPath}/lib/freetype_old \ --with-freetype-dir=${serverPath}/lib/freetype_old
--enable-gd-jis-conv # --enable-gd-jis-conv
# --enable-gd-native-ttf # --enable-gd-native-ttf
make clean && make && make install && make clean make clean && make && make install && make clean

Loading…
Cancel
Save