diff options
Diffstat (limited to 'security/wolfssl/Makefile')
-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 |