security/wazuh-manager: Fix issue on aarch64
- Bump PORTREVISION Reported by: pkg-fallout
This commit is contained in:
parent
f4b9e5c40a
commit
a3244e67b7
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= wazuh
|
||||
DISTVERSION= 4.4.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://packages.wazuh.com/deps/18/libraries/sources/:wazuh_sources \
|
||||
LOCAL/acm/${PORTNAME}/:wazuh_cache
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <unistd.h>
|
||||
#include <netinet/in.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <machine/exec.h>
|
||||
+#define __LDPGSZ 4096
|
||||
+#endif
|
||||
|
||||
#ifdef SOLARIS
|
||||
|
|
Loading…
Reference in a new issue