From be384e876f94f851e647c40e3d3522931302ac48 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 16 Jul 2015 14:32:26 +0000 Subject: main/bcache-tools: build with eudev, fix build with gcc5 --- main/bcache-tools/gcc5.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/bcache-tools/gcc5.patch (limited to 'main/bcache-tools/gcc5.patch') diff --git a/main/bcache-tools/gcc5.patch b/main/bcache-tools/gcc5.patch new file mode 100644 index 0000000000..0a80f0d93f --- /dev/null +++ b/main/bcache-tools/gcc5.patch @@ -0,0 +1,11 @@ +--- ./bcache.c.orig ++++ ./bcache.c +@@ -115,7 +115,7 @@ + 0x9AFCE626CE85B507ULL + }; + +-inline uint64_t crc64(const void *_data, size_t len) ++uint64_t crc64(const void *_data, size_t len) + { + uint64_t crc = 0xFFFFFFFFFFFFFFFFULL; + const unsigned char *data = _data; -- cgit v1.2.3