Update libiconv.sh

pull/109/head
midoks 3 years ago
parent b26e529610
commit 2013135b8e
  1. 2
      plugins/php/lib/libiconv.sh

@ -18,7 +18,7 @@ if [ ! -d ${SERVER_ROOT}/libiconv ];then
wget -O libiconv-1.15.tar.gz https://github.com/midoks/mdserver-web/releases/download/init/libiconv-1.15.tar.gz -T 5
tar zxvf libiconv-1.15.tar.gz
cd libiconv-1.15
./configure --prefix=${SERVER_ROOT}/libiconv --enable-static
./configure --prefix=${SERVER_ROOT}/libiconv --enable-static && make && make install
cd $SOURCE_ROOT
#rm -rf libiconv-1.15
#rm -rf libiconv-1.15.tar.gz

Loading…
Cancel
Save