mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:37:20 +08:00
[openssl] Disable building quicserver utility. (#35838)
Thix fixes #35792. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
This commit is contained in:
parent
d8c0c7da8b
commit
baa9580d7d
@ -31,6 +31,7 @@ vcpkg_from_github(
|
||||
unix/move-openssldir.patch
|
||||
unix/no-empty-dirs.patch
|
||||
unix/no-static-libs-for-shared.patch
|
||||
unix/disable-quicserver.patch
|
||||
)
|
||||
|
||||
vcpkg_list(SET CONFIGURE_OPTIONS
|
||||
|
17
ports/openssl/unix/disable-quicserver.patch
Normal file
17
ports/openssl/unix/disable-quicserver.patch
Normal file
@ -0,0 +1,17 @@
|
||||
diff --git a/util/build.info b/util/build.info
|
||||
index cf06f15ae4f0e..e4aab44b38038 100644
|
||||
--- a/util/build.info
|
||||
+++ b/util/build.info
|
||||
@@ -6,9 +6,9 @@ SCRIPTS{noinst}=wrap.pl
|
||||
SOURCE[wrap.pl]=wrap.pl.in
|
||||
DEPEND[wrap.pl]=../configdata.pm
|
||||
|
||||
-IF[{- !$disabled{quic} && !$disabled{stdio} -}]
|
||||
+IF[{- !$disabled{quic} && !$disabled{stdio} && !$disabled{apps} -}]
|
||||
PROGRAMS{noinst}=quicserver
|
||||
SOURCE[quicserver]=quicserver.c
|
||||
-INCLUDE[quicserver]=../include ../apps/include
|
||||
-DEPEND[quicserver]=../libcrypto.a ../libssl.a
|
||||
+ INCLUDE[quicserver]=../include ../apps/include
|
||||
+ DEPEND[quicserver]=../libcrypto.a ../libssl.a
|
||||
ENDIF
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "openssl",
|
||||
"version": "3.2.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
|
||||
"homepage": "https://www.openssl.org",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -6342,7 +6342,7 @@
|
||||
},
|
||||
"openssl": {
|
||||
"baseline": "3.2.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"openssl-unix": {
|
||||
"baseline": "deprecated",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8865e51e2cd2c891df13f80e1a2585d8b69eab9c",
|
||||
"version": "3.2.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "dd76b04663283d999c149033c3fac211d08f0324",
|
||||
"version": "3.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user