File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ mv -f tmp/*/CHANGES* ../docs/
111111# copy docs and licenses
112112cp -f docs/text/LICENSE ../docs/
113113cp -f docs/text/README ../docs/
114- cp -pf " ${OPENSSL} /LICENSE" ' ../docs/OpenSSL.LICENSE'
114+ cp -pf " ${OPENSSL} /LICENSE.txt " ' ../docs/OpenSSL.LICENSE'
115115cp -pf " ${WITH_PCRE} /LICENCE" ' ../docs/PCRE.LICENCE'
116116sed -ne ' /^ (C) 1995-20/,/^ jloup@gzip\.org/p' " ${ZLIB} /README" > ' ../docs/zlib.LICENSE'
117117touch -r " ${ZLIB} /README" ' ../docs/zlib.LICENSE'
@@ -139,6 +139,7 @@ configure_args=(
139139 --with-http_slice_module \
140140 --with-mail \
141141 --with-stream \
142+ --with-stream_realip_module \
142143 " --with-pcre=${WITH_PCRE} " \
143144 --with-pcre-jit \
144145 " --with-zlib=${ZLIB} " \
@@ -163,7 +164,8 @@ configure_args+=(
163164 " --with-openssl=${OPENSSL} " \
164165 --with-http_ssl_module \
165166 --with-mail_ssl_module \
166- --with-stream_ssl_module
167+ --with-stream_ssl_module \
168+ --with-stream_ssl_preread_module
167169)
168170echo " ${configure_args[@]} "
169171auto/configure " ${configure_args[@]} " \
You can’t perform that action at this time.
0 commit comments