mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user