From 5d9114c9cb3b4a5cfc98d62fe4d3d9c72a6cc067 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Fri, 8 Sep 2017 09:42:23 +0200 Subject: tools/e2fsprogs: Update to 1.43.6 Update e2fsprogs to 1.43.6 * Remove FreeBSD patch as it's not needed, FreeBSD 9.1 is EoL and this is compiling on FreeBSD 11.1. * Remove libmagic patch, RHEL 5 is EoL (End of Production Phase) since March 31, 2017. Signed-off-by: Daniel Engberg (cherry picked from commit ed617fd8f2f39e18ad435883db5b4100e6f7f977) --- tools/e2fsprogs/patches/004-darwin-compat.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/e2fsprogs/patches/004-darwin-compat.patch (limited to 'tools/e2fsprogs/patches/004-darwin-compat.patch') diff --git a/tools/e2fsprogs/patches/004-darwin-compat.patch b/tools/e2fsprogs/patches/004-darwin-compat.patch new file mode 100644 index 0000000..d84aa12 --- /dev/null +++ b/tools/e2fsprogs/patches/004-darwin-compat.patch @@ -0,0 +1,22 @@ +--- a/lib/blkid/blkid_types.h.in ++++ b/lib/blkid/blkid_types.h.in +@@ -9,6 +9,8 @@ + + @ASM_TYPES_HEADER@ + ++#include ++ + #ifndef HAVE___U8 + #define HAVE___U8 + #ifdef __U8_TYPEDEF +--- a/lib/ext2fs/ext2_types.h.in ++++ b/lib/ext2fs/ext2_types.h.in +@@ -9,6 +9,8 @@ + + @ASM_TYPES_HEADER@ + ++#include ++ + #ifndef HAVE___U8 + #define HAVE___U8 + #ifdef __U8_TYPEDEF -- cgit v1.1