summarylogtreecommitdiffstats
path: root/enoattr.patch
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-07-04 22:38:12 +0800
committerChih-Hsuan Yen2018-07-04 22:38:12 +0800
commit8a67a687d373eb0bf207b753934a863bd7c443f8 (patch)
tree214e87eceb7a6bf6d33d7160daecef82aa132885 /enoattr.patch
parent6470636573e3dc464edfdfe00a8ae1a2b037ed4d (diff)
downloadaur-8a67a687d373eb0bf207b753934a863bd7c443f8.tar.gz
fix checksums
buildbot=build_packages
Diffstat (limited to 'enoattr.patch')
-rw-r--r--enoattr.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/enoattr.patch b/enoattr.patch
new file mode 100644
index 000000000000..2fbad07131e3
--- /dev/null
+++ b/enoattr.patch
@@ -0,0 +1,14 @@
+diff --git a/src/main-fuse.cpp b/src/main-fuse.cpp
+index f6b28c7..059666f 100644
+--- a/src/main-fuse.cpp
++++ b/src/main-fuse.cpp
+@@ -18,6 +18,9 @@
+ #ifdef DARLING
+ # include "stat_xlate.h"
+ #endif
++#if __linux__
++# include <attr/attributes.h>
++#endif
+
+ std::shared_ptr<Reader> g_fileReader;
+ std::unique_ptr<HFSHighLevelVolume> g_volume;