|
|
@ -65,9 +65,10 @@ fi |
|
|
|
# OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" |
|
|
|
# OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" |
|
|
|
# OPTIONS="${OPTIONS} --with-jpeg --with-jpeg-dir=/usr/lib" |
|
|
|
# OPTIONS="${OPTIONS} --with-jpeg --with-jpeg-dir=/usr/lib" |
|
|
|
OPTIONS='--without-iconv' |
|
|
|
OPTIONS='--without-iconv' |
|
|
|
if [ $sysName == 'Darwin' ]; then |
|
|
|
|
|
|
|
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" |
|
|
|
# if [ $sysName == 'Darwin' ]; then |
|
|
|
fi |
|
|
|
# OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" |
|
|
|
|
|
|
|
# fi |
|
|
|
|
|
|
|
|
|
|
|
IS_64BIT=`getconf LONG_BIT` |
|
|
|
IS_64BIT=`getconf LONG_BIT` |
|
|
|
if [ "$IS_64BIT" == "64" ];then |
|
|
|
if [ "$IS_64BIT" == "64" ];then |
|
|
|