Updated OpenSSL build flags for Windows Zabbix agent and Zabbix agent 2

This commit is contained in:
Alexey Pustovalov
2025-07-19 21:05:54 +09:00
parent f102eb81df
commit 5c4a2d130a
2 changed files with 13 additions and 0 deletions

View File

@ -242,6 +242,12 @@ RUN Set-Location -Path $env:SystemDrive\.; `
no-tests `
no-unit-test `
no-capieng `
no-winstore `
no-srp `
no-gost `
no-dgram `
no-dtls1-method `
no-dtls1_2-method `
--api=1.1.0 `
--prefix=$env:BUILD_OUTPUT\openssl `
--openssldir=$env:BUILD_OUTPUT\openssl_ssl; `

View File

@ -216,6 +216,13 @@ RUN Set-Location -Path $env:SystemDrive\.; `
no-tests `
no-unit-test `
no-capieng `
no-winstore `
no-srp `
no-gost `
no-dgram `
no-dtls1-method `
no-dtls1_2-method `
thread_scheme=winthreads `
--api=1.1.0 `
--libdir=lib `
--prefix=$env:BUILD_OUTPUT/openssl `