diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2020-12-07 12:07:48 +0100 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2020-12-07 12:07:48 +0100 |
commit | 6d5bb68c6800fc0a0cf9a01c2be4272a33276fe4 (patch) | |
tree | 3b78a4c71904a059bbafbed9fb6348366b2af649 /security/ossec-hids-local/Makefile | |
parent | Added committer lines. (diff) | |
download | ossec-3.6.0_1.tar.xz |
Added official patches for 3.6.0_13.6.0_1
Diffstat (limited to 'security/ossec-hids-local/Makefile')
-rw-r--r-- | security/ossec-hids-local/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index 891712c..b54dfb4 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: head/security/ossec-hids-local/Makefile 528054 2020-03-08 16:35:08Z tcberner $ +# $FreeBSD: head/security/ossec-hids-local/Makefile 556647 2020-11-30 15:16:43Z linimon $ PKGNAMESUFFIX?= -${OSSEC_TYPE} COMMENT?= Security tool to monitor and check logs and intrusions - local (standalone) installation @@ -8,6 +8,9 @@ OSSEC_TYPE?= local LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: rootcheck/os_string.c:186:20: use of undeclared identifier '__LDPGSZ' +BROKEN_riscv64= fails to compile: rootcheck/os_string.c:186:20: use of undeclared identifier '__LDPGSZ' + USES= compiler gmake ssl .if ${OSSEC_TYPE} == local |