File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ try {
154
154
- DBUILD_SHARED_LIBS= " ${SHARED} " - DLIBRESSL_TESTS= OFF `
155
155
- DLIBRESSL_APPS= OFF - DCMAKE_C_FLAGS_DEBUG= " ${CFLAGS_DEBUG} " `
156
156
- DCMAKE_C_FLAGS_RELEASE= " ${CFLAGS_RELEASE} " `
157
+ - DCMAKE_PLATFORM_NO_VERSIONED_SONAME= ON `
157
158
- DCMAKE_MSVC_RUNTIME_LIBRARY= " ${CMAKE_MSVC_RUNTIME_LIBRARY} " `
158
159
- DCMAKE_INSTALL_PREFIX= " ${PREFIX} " " ${CMAKE_SYSTEM_VERSION} " ; `
159
160
ExitOnError
Original file line number Diff line number Diff line change 7
7
New-Variable - Name ' LIBRESSL_URL' `
8
8
- Value ' https://ftp.openbsd.org/pub/OpenBSD/LibreSSL' `
9
9
- Option Constant
10
- New-Variable - Name ' LIBRESSL' - Value ' libressl-3.9.2 ' - Option Constant
10
+ New-Variable - Name ' LIBRESSL' - Value ' libressl-4.0.0 ' - Option Constant
11
11
New-Variable - Name ' CRYPTO_LIBRARIES' - Value ' crypto' - Option Constant
12
12
13
13
# libcbor coordinates.
You can’t perform that action at this time.
0 commit comments