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
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--enable-gd \
--enable-gd-jis-conv \
--with-webp \
--with-xpm \
--with-jpeg \
--with-freetype
#--enable-gd-jis-conv
make clean && make && make install && make clean

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

Loading…
Cancel
Save