mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 10:15:12 +03:00
11 lines
321 B
Diff
11 lines
321 B
Diff
--- ./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
|
|
|