blob: 7e1bf4e547bda22c3d765186448cd828f8bf2375 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./utils/pxattr.cpp
+++ utils/pxattr.cpp.orig
@@ -44,7 +44,7 @@
// just let the methods return errors (like they would on a non-xattr
// fs on e.g. linux)
-#if defined(__DragonFly__) || defined(__OpenBSD__)
+#if defined(__DragonFly__) || defined(__OpenBSD__) || !defined(__GLIBC__)
#define HAS_NO_XATTR
#endif
|