From 421be615304b60ef5667c7a9b8c3c8c6e67b25ec Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 9 Jun 2015 12:48:11 +0000 Subject: [PATCH] fuse: fix build on aarch64. --- srcpkgs/fuse/patches/aarch64.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/fuse/patches/aarch64.patch diff --git a/srcpkgs/fuse/patches/aarch64.patch b/srcpkgs/fuse/patches/aarch64.patch new file mode 100644 index 00000000000..53972b138c7 --- /dev/null +++ b/srcpkgs/fuse/patches/aarch64.patch @@ -0,0 +1,18 @@ +http://patchwork.openembedded.org/patch/43069/ + +--- include/fuse_kernel.h ++++ include/fuse_kernel.h +@@ -88,12 +88,7 @@ + #ifndef _LINUX_FUSE_H + #define _LINUX_FUSE_H + +-#include +-#define __u64 uint64_t +-#define __s64 int64_t +-#define __u32 uint32_t +-#define __s32 int32_t +-#define __u16 uint16_t ++#include + + /* + * Version negotiation: