|
|
@ -43,9 +43,11 @@ fi |
|
|
|
OPTIONS='' |
|
|
|
OPTIONS='' |
|
|
|
if [ $sysName == 'Darwin' ]; then |
|
|
|
if [ $sysName == 'Darwin' ]; then |
|
|
|
OPTIONS='--without-iconv' |
|
|
|
OPTIONS='--without-iconv' |
|
|
|
|
|
|
|
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" |
|
|
|
OPTIONS="${OPTIONS} --with-curl=${serverPath}/lib/curl" |
|
|
|
OPTIONS="${OPTIONS} --with-curl=${serverPath}/lib/curl" |
|
|
|
else |
|
|
|
else |
|
|
|
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" |
|
|
|
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" |
|
|
|
|
|
|
|
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" |
|
|
|
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" |
|
|
|
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" |
|
|
|
OPTIONS="${OPTIONS} --with-curl" |
|
|
|
OPTIONS="${OPTIONS} --with-curl" |
|
|
|
fi |
|
|
|
fi |
|
|
|