Date: Sat, 21 Feb 2026 22:15:00 +0000 From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5203181c5f1d - main - security/wazuh-agent: fix build on powerpc64* / riscv64 Message-ID: <699a2e64.27d08.76e216f3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5203181c5f1db5b33d588bf53c37eeccac22fd41 commit 5203181c5f1db5b33d588bf53c37eeccac22fd41 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2026-02-21 22:13:10 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2026-02-21 22:14:48 +0000 security/wazuh-agent: fix build on powerpc64* / riscv64 Fixes: b1f52980fe0a34ccaa674408c92869aec9aac4fe Pointy hat: acm@ --- security/wazuh-agent/files/patch-src_Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/security/wazuh-agent/files/patch-src_Makefile b/security/wazuh-agent/files/patch-src_Makefile new file mode 100644 index 000000000000..0ea82e41321c --- /dev/null +++ b/security/wazuh-agent/files/patch-src_Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2026-02-21 21:35:51 UTC ++++ src/Makefile +@@ -1038,7 +1038,7 @@ endif + + #### OpenSSL ########## + +-OPENSSL_FLAGS = enable-weak-ssl-ciphers no-shared ++OPENSSL_FLAGS = enable-weak-ssl-ciphers no-shared $(OSSL_TARGET) + + ifeq (${uname_M}, i386) + ifeq ($(findstring BSD,${uname_S}), BSD)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699a2e64.27d08.76e216f3>
