bindfs: fix aarch64 build
This commit is contained in:
parent
9210b50392
commit
6f7879a736
11
srcpkgs/bindfs/patches/aarch64-no-getdents.patch
Normal file
11
srcpkgs/bindfs/patches/aarch64-no-getdents.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tests/test_dir_rewind.c.orig 2016-10-15 14:51:53.979721035 +0200
|
||||
+++ tests/test_dir_rewind.c 2016-10-15 14:52:10.176721870 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// https://github.com/mpartel/bindfs/issues/41
|
||||
|
||||
-#ifdef __linux__
|
||||
+#if defined(__linux__) && !defined(__aarch64__)
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <fcntl.h>
|
Loading…
Reference in New Issue
Block a user