diff options
author | Santhosh Raju <fox@FreeBSD.org> | 2025-06-29 06:21:03 +0200 |
---|---|---|
committer | Santhosh Raju <fox@FreeBSD.org> | 2025-06-29 06:21:03 +0200 |
commit | a4e80f06aad606c9f205cd543966374ef7a70f84 (patch) | |
tree | 1bfd477d7648184cb08b5ad6e639fd6fb45f302b | |
parent | www/R-cran-shiny: Update to 1.11.0 (diff) |
security/wolfssl: enable SHA224 support for i386
PR: 287612
Reported by: Mark Felder <feld@FreeBSD.org>
-rw-r--r-- | security/wolfssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 87fa1c88c8d7..b9b9ed9ede8f 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,6 +1,6 @@ PORTNAME= wolfssl PORTVERSION= 5.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ \ LOCAL/fox @@ -41,6 +41,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-context-extra-user-data TEST_TARGET= check CFLAGS+= -DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1 +CFLAGS_i386+= -DWOLFSSL_SHA224 OPTIONS_DEFINE= DEBUG DOCS |