|
|
@ -49,7 +49,10 @@ if [ $sysName == 'Darwin' ]; then |
|
|
|
export LDFLAGS="-L/usr/local/opt/libxml2/lib" |
|
|
|
export LDFLAGS="-L/usr/local/opt/libxml2/lib" |
|
|
|
else |
|
|
|
else |
|
|
|
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" |
|
|
|
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" |
|
|
|
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" |
|
|
|
OPTIONS="${OPTIONS} --enable-gd" |
|
|
|
|
|
|
|
OPTIONS="${OPTIONS} --enable-gd-jis-conv" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTIONS="${OPTIONS} --with-webp --with-webp-dir=/usr/lib" |
|
|
|
OPTIONS="${OPTIONS} --with-jpeg --with-jpeg-dir=/usr/lib" |
|
|
|
OPTIONS="${OPTIONS} --with-jpeg --with-jpeg-dir=/usr/lib" |
|
|
|
OPTIONS="${OPTIONS} --with-curl" |
|
|
|
OPTIONS="${OPTIONS} --with-curl" |
|
|
|
fi |
|
|
|
fi |
|
|
|