From 3c7a99ea90fef77455cf79ddfc3fd737961843e8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 9 May 2017 15:20:23 +0200 Subject: xfsprogs: update to 4.11.0 Signed-off-by: Felix Fietkau --- package/utils/xfsprogs/patches/120-disable_assert.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/utils/xfsprogs/patches/120-disable_assert.patch (limited to 'package/utils/xfsprogs/patches/120-disable_assert.patch') diff --git a/package/utils/xfsprogs/patches/120-disable_assert.patch b/package/utils/xfsprogs/patches/120-disable_assert.patch new file mode 100644 index 0000000000..9a970d27ae --- /dev/null +++ b/package/utils/xfsprogs/patches/120-disable_assert.patch @@ -0,0 +1,12 @@ +--- a/libxfs/libxfs_priv.h ++++ b/libxfs/libxfs_priv.h +@@ -84,9 +84,6 @@ extern uint32_t crc32c_le(uint32_t crc, + /* for all the support code that uses progname in error messages */ + extern char *progname; + +-#undef ASSERT +-#define ASSERT(ex) assert(ex) +- + #ifndef EWRONGFS + #define EWRONGFS EINVAL + #endif -- cgit v1.2.3