define HAVE_ELF_AUX_INFO to 1

fixes 'error: expected value in expression' build error on powerpc64
reported by deraadt@
This commit is contained in:
jsg
2025-06-06 23:00:18 +00:00
parent 09ddaffd9d
commit da41122fc5

View File

@@ -62,7 +62,7 @@
#if DETECT_OS_FREEBSD || DETECT_OS_OPENBSD
#if __has_include(<sys/auxv.h>)
#include <sys/auxv.h>
#define HAVE_ELF_AUX_INFO
#define HAVE_ELF_AUX_INFO 1
#endif
#endif