Add --with-http_secure_link_module for the Nginx build configuration (#1914)

This commit is contained in:
Marc Sensenich 2018-01-17 12:14:11 -05:00 committed by Manuel Alejandro de Brito Fontes
parent d824a2043d
commit 07c2bb8dde

View file

@ -218,7 +218,8 @@ WITH_FLAGS="--with-debug \
--with-stream \
--with-stream_ssl_module \
--with-stream_ssl_preread_module \
--with-threads"
--with-threads \
--with-http_secure_link_module"
if [[ ${ARCH} != "armv7l" || ${ARCH} != "aarch64" ]]; then
WITH_FLAGS+=" --with-file-aio"