Update gd_old.sh

pull/131/head
midoks 3 years ago
parent ec3847a7f2
commit b0869c98b1
  1. 4
      plugins/php/versions/common/gd_old.sh

@ -55,7 +55,7 @@ Install_lib()
return
fi
# cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash freetype_old.sh
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash freetype_old.sh
if [ ! -f "$extFile" ];then
@ -73,7 +73,7 @@ Install_lib()
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-gd \
--with-jpeg-dir \
--with-freetype-dir \
--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