mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/wolfssl: Enable additional build options.
Enable option for storing user-defined data in TLS API PR: 282430 Reported by: Matthias Andree <mandree@FreeBSD.org>
This commit is contained in:
parent
888cea7dee
commit
5d788b4067
@ -1,5 +1,6 @@
|
||||
PORTNAME= wolfssl
|
||||
PORTVERSION= 5.7.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://www.wolfssl.com/ \
|
||||
LOCAL/fox
|
||||
@ -34,7 +35,8 @@ CONFIGURE_ARGS= --disable-dependency-tracking \
|
||||
--enable-ssh \
|
||||
--enable-static \
|
||||
--enable-tls13 \
|
||||
--enable-tls13-draft18
|
||||
--enable-tls13-draft18 \
|
||||
--enable-context-extra-user-data
|
||||
TEST_TARGET= check
|
||||
CFLAGS+= -DWOLFSSL_ALT_NAMES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user