|
1 |
| -diff --git a/Configure b/Configure |
2 |
| -index cca1ac8d16..f1d51b34a2 100755 |
3 |
| ---- a/Configure |
4 |
| -+++ b/Configure |
5 |
| -@@ -95,6 +95,7 @@ EOF |
6 |
| - # library and will be loaded at run-time by the OpenSSL library. |
7 |
| - # sctp include SCTP support |
8 |
| - # no-quic disable QUIC support |
9 |
| -+# no-quicserver disable building "quicserver" utility |
10 |
| - # no-uplink Don't build support for UPLINK interface. |
11 |
| - # enable-weak-ssl-ciphers |
12 |
| - # Enable weak ciphers that are disabled by default. |
13 |
| -@@ -484,6 +485,7 @@ my @disablables = ( |
14 |
| - "posix-io", |
15 |
| - "psk", |
16 |
| - "quic", |
17 |
| -+ "quicserver", |
18 |
| - "rc2", |
19 |
| - "rc4", |
20 |
| - "rc5", |
21 |
| -diff --git a/INSTALL.md b/INSTALL.md |
22 |
| -index 37b57027f4..a1c00ccd1a 100644 |
23 |
| ---- a/INSTALL.md |
24 |
| -+++ b/INSTALL.md |
25 |
| -@@ -979,6 +979,10 @@ Build with support for TCP Fast Open (RFC7413). Supported on Linux, macOS and Fr |
26 |
| - |
27 |
| - Don't build with QUIC support. |
28 |
| - |
29 |
| -+### no-quicserver |
30 |
| -+ |
31 |
| -+Don't build QUIC server utility. |
32 |
| -+ |
33 |
| - ### no-threads |
34 |
| - |
35 |
| - Don't build with support for multi-threaded applications. |
36 | 1 | diff --git a/util/build.info b/util/build.info
|
37 |
| -index cf06f15ae4..f5b87869a1 100644 |
| 2 | +index cf06f15ae4f0e..e4aab44b38038 100644 |
38 | 3 | --- a/util/build.info
|
39 | 4 | +++ b/util/build.info
|
40 | 5 | @@ -6,9 +6,9 @@ SCRIPTS{noinst}=wrap.pl
|
41 | 6 | SOURCE[wrap.pl]=wrap.pl.in
|
42 | 7 | DEPEND[wrap.pl]=../configdata.pm
|
43 | 8 |
|
44 | 9 | -IF[{- !$disabled{quic} && !$disabled{stdio} -}]
|
45 |
| -+IF[{- !$disabled{quic} && !$disabled{stdio} && !$disabled{quicserver} -}] |
| 10 | ++IF[{- !$disabled{quic} && !$disabled{stdio} && !$disabled{apps} -}] |
46 | 11 | PROGRAMS{noinst}=quicserver
|
47 | 12 | SOURCE[quicserver]=quicserver.c
|
48 | 13 | -INCLUDE[quicserver]=../include ../apps/include
|
|
0 commit comments