mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-16 11:37:49 +02:00
Updated OpenSSL build flags for Windows Zabbix agent and Zabbix agent 2
This commit is contained in:
@ -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; `
|
||||
|
@ -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 `
|
||||
|
Reference in New Issue
Block a user