diff options
author | Santhosh Raju <fox@FreeBSD.org> | 2025-05-17 11:45:27 +0200 |
---|---|---|
committer | Santhosh Raju <fox@FreeBSD.org> | 2025-05-17 11:45:27 +0200 |
commit | e0b8ce7ea099547baf3fd16f06639c24571a6522 (patch) | |
tree | 7e2cdd27ad8a45feb79718cd4152f911aeca5ab9 | |
parent | games/dxx-rebirth: update to 20250329 (diff) |
security/wolfssl: Add haproxy support
PR: 286726
Reported by: Mark Felder <feld@FreeBSD.org>
-rw-r--r-- | security/wolfssl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 837bebd08315..87fa1c88c8d7 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,5 +1,6 @@ PORTNAME= wolfssl PORTVERSION= 5.8.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ \ LOCAL/fox @@ -35,9 +36,11 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-static \ --enable-tls13 \ --enable-tls13-draft18 \ + --enable-haproxy \ + --enable-quic \ --enable-context-extra-user-data TEST_TARGET= check -CFLAGS+= -DWOLFSSL_ALT_NAMES +CFLAGS+= -DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1 OPTIONS_DEFINE= DEBUG DOCS |