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 b0a9e8ee00
commit bf92828c2c
2 changed files with 13 additions and 0 deletions

View File

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

View File

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