Skip to content

Commit 2149057

Browse files
committed
Update build.sh
1 parent 5cb11ff commit 2149057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ configure_args=(
167167
log "Конфигурация сборки (Release)"
168168
auto/configure "${configure_args[@]}" \
169169
--with-cc-opt='-DFD_SETSIZE=32768 -s -O2 -fno-strict-aliasing -pipe' \
170-
--with-openssl-opt='-DFD_SETSIZE=32768 enable-ec_nistp_64_gcc_128 enable-camellia no-weak-ssl-ciphers no-ssl3 no-ssl3-method no-comp no-rc4, no-rc5, no-idea, no-mdc2, no-seed no-shared no-tests -D_WIN32_WINNT=0x0601'
170+
--with-openssl-opt='-DFD_SETSIZE=32768 enable-ec_nistp_64_gcc_128 enable-camellia no-weak-ssl-ciphers no-ssl3 no-ssl3-method no-comp no-rc4 no-rc5 no-idea no-mdc2 no-seed no-shared no-tests -D_WIN32_WINNT=0x0601'
171171

172172
log "Сборка nginx (Release)"
173173
make -j"$(nproc)"

0 commit comments

Comments
 (0)