File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ if (test "${THIRTYTWO}" = "32bit"); then
153
153
OPTIONS=" $OPTIONS --without-curl"
154
154
fi
155
155
if (test " ${MINI_VERSION} " = " 8.0" ); then
156
- OPTIONS=" $OPTIONS --without-openssl"
156
+ OPTIONS=" $OPTIONS --without-openssl --disable-intl "
157
157
fi
158
158
else
159
159
OPTIONS=" --with-gettext --with-gd --enable-gd --with-jpeg --with-freetype --with-jpeg-dir=/usr \
@@ -195,9 +195,11 @@ else
195
195
OPTIONS=" $OPTIONS --without-openssl --disable-intl"
196
196
fi
197
197
if (test " ${MINI_VERSION} " = " 7.4" ); then
198
+ OPTIONS=" $OPTIONS --disable-intl"
198
199
export PKG_CONFIG_PATH=" /usr/local/openssl-1.1/lib/pkgconfig"
199
200
fi
200
201
if (test " ${MINI_VERSION} " = " 8.0" ); then
202
+ OPTIONS=" $OPTIONS --disable-intl"
201
203
export PKG_CONFIG_PATH=" /usr/local/openssl-1.1/lib/pkgconfig"
202
204
fi
203
205
fi
You can’t perform that action at this time.
0 commit comments