From 3190e05f75df70c77adbfd6bd015ac4770b6e337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=A8=AE?= <39034242+kenzok8@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:39:59 +0800 Subject: [PATCH] Disable QUIC support in SSL build variant --- haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy/Makefile b/haproxy/Makefile index 021e377a7..b73c33cda 100644 --- a/haproxy/Makefile +++ b/haproxy/Makefile @@ -78,7 +78,7 @@ endif ifeq ($(BUILD_VARIANT),ssl) ADDON+=USE_OPENSSL=1 ADDON+=ADDLIB="-lcrypto -lm" - ADDON+=USE_QUIC=1 + ADDON+=USE_QUIC= endif define Build/Compile