aboutsummaryrefslogtreecommitdiffstats
path: root/testing/recoll/xattrs.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-09 11:14:48 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2019-01-09 11:15:06 +0000
commitd352fd3a5d907cf80a6b37afcbc6582459d2a29f (patch)
treed5936ad88e7badc74674fac7ea9327e7d214f10e /testing/recoll/xattrs.patch
parentc5bef70e8fd6d269459cbc12af131359e20928ca (diff)
testing/recoll: upgrade to 1.24.3
Diffstat (limited to 'testing/recoll/xattrs.patch')
-rw-r--r--testing/recoll/xattrs.patch28
1 files changed, 7 insertions, 21 deletions
diff --git a/testing/recoll/xattrs.patch b/testing/recoll/xattrs.patch
index be96f83252d..7e1bf4e547b 100644
--- a/testing/recoll/xattrs.patch
+++ b/testing/recoll/xattrs.patch
@@ -1,25 +1,11 @@
-diff --git a/utils/pxattr.cpp b/utils/pxattr.cpp
-index 1f3c7b1..765416c 100644
---- a/utils/pxattr.cpp
-+++ b/utils/pxattr.cpp
-@@ -44,7 +44,7 @@ OTHER DEALINGS IN THE SOFTWARE.
+--- ./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(__FreeBSD__) || defined(PXALINUX) || defined(__APPLE__) \
-- || defined(__OpenBSD__)
-+ || defined(__OpenBSD__) || !defined(__GLIBC__)
-
- #ifndef TEST_PXATTR
-@@ -60,7 +60,7 @@ OTHER DEALINGS IN THE SOFTWARE.
- #include <sys/xattr.h>
- #elif defined(__APPLE__)
- #include <sys/xattr.h>
--#elif defined(__OpenBSD__)
-+#elif defined(__OpenBSD__) || !defined(__GLIBC__)
- #else
- #error "Unknown system can't compile"
+-#if defined(__DragonFly__) || defined(__OpenBSD__)
++#if defined(__DragonFly__) || defined(__OpenBSD__) || !defined(__GLIBC__)
+ #define HAS_NO_XATTR
#endif
---
-2.13.0
-
+