Skip to content

Commit 6774509

Browse files
committed
Submodule update, fix build error.
1 parent d23cd2f commit 6774509

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

auto.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if [ "$VTS" = 1 ]; then BUILD_MODULES="${BUILD_MODULES} --add-module=./lib/nginx
104104
auto/configure \
105105
--with-cc-opt="-Wno-stringop-truncation -DTCP_FASTOPEN=23 ${BUILD_BIT}${BUILD_LTO} ${TEMP_OPT} -g -O3 -march=native -fstack-protector-strong -fuse-ld=gold -fuse-linker-plugin --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-strict-aliasing -Wp,-D_FORTIFY_SOURCE=2 -gsplit-dwarf -DNGX_HTTP_HEADERS" \
106106
--with-ld-opt="${BUILD_LD} ${BUILD_LTO}" \
107-
--with-openssl-opt="enable-weak-ssl-ciphers no-ssl3-method -march=native -ljemalloc ${BUILD_OPENSSL_LTO}" \
107+
--with-openssl-opt="no-cmp enable-weak-ssl-ciphers no-ssl3-method -march=native -ljemalloc ${BUILD_OPENSSL_LTO}" \
108108
--builddir=objs --prefix=${NGX_PREFIX} \
109109
--conf-path=${NGX_CONF} \
110110
--pid-path=${NGX_PID} \

0 commit comments

Comments
 (0)