void-packages/srcpkgs/refind/patches/page-size.patch
Đoàn Trần Công Danh ae0bae38d6 refind: update to 0.14.0.2.
2023-03-07 22:18:49 +07:00

13 lines
242 B
Diff

--- a/filesystems/fsw_btrfs_zstd.h
+++ b/filesystems/fsw_btrfs_zstd.h
@@ -4,7 +4,9 @@
* All rights reserved.
*
*/
-
+#ifdef PAGE_SIZE
+#undef PAGE_SIZE
+#endif
#define PAGE_SIZE 4096
#define uint64_t fsw_u64
#define uint32_t fsw_u32