Add --with-http_secure_link_module for the Nginx build configuration

This commit is contained in:
Marc Sensenich 2018-01-17 11:10:48 -05:00
parent a1afc418e8
commit 9e376b8e3e
No known key found for this signature in database
GPG key ID: 855CBAAC30D186B0

View file

@ -219,7 +219,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"