opnsense-ports/databases/mysql91-server/files/patch-storage_innobase_include_ut0crc32.h
Franco Fichtner 9f509279e3 */*: sync with upstream
Taken from: FreeBSD
2025-01-10 15:52:40 +01:00

12 lines
329 B
C

--- storage/innobase/include/ut0crc32.h.orig 2024-04-10 06:26:28 UTC
+++ storage/innobase/include/ut0crc32.h
@@ -133,7 +133,9 @@ CRC32_DEFAULT
#endif /* CRC32_ARM64 */
#ifdef CRC32_ARM64_DEFAULT
+#ifndef __FreeBSD__
#include <asm/hwcap.h>
+#endif /* __FreeBSD__ */
#include <sys/auxv.h>
#endif /* CRC32_ARM64_DEFAULT */