]> git.pld-linux.org Git - packages/zif.git/blame - zif-xattr.patch
- added xattr,rpm4.14 patches to refresh code
[packages/zif.git] / zif-xattr.patch
CommitLineData
b6cb100c
JB
1--- zif-0.3.6/configure.ac.orig 2022-03-28 20:22:46.743847565 +0200
2+++ zif-0.3.6/configure.ac 2022-03-28 20:44:48.350021143 +0200
3@@ -130,7 +130,7 @@ PKG_CHECK_MODULES(SOUP, libsoup-2.4)
4 dnl ---------------------------------------------------------------------------
5 dnl - use xattr to speed up checksumming files using the mtime as a key
6 dnl ---------------------------------------------------------------------------
7-AC_CHECK_HEADERS([attr/xattr.h],
8+AC_CHECK_HEADERS([sys/xattr.h],
9 HAVE_XATTR_H="yes",
10 HAVE_XATTR_H="no")
11 if test "x$HAVE_XATTR_H" = "xno"; then
12--- zif-0.3.6/libzif/zif-md.c.orig 2013-01-10 14:22:35.000000000 +0100
13+++ zif-0.3.6/libzif/zif-md.c 2022-03-28 20:51:50.314401833 +0200
14@@ -37,7 +37,7 @@
15 #include <string.h>
16 #include <stdlib.h>
17 #include <sys/types.h>
18-#include <attr/xattr.h>
19+#include <sys/xattr.h>
20
21 #include "zif-config.h"
22 #include "zif-md.h"
This page took 0.124481 seconds and 4 git commands to generate.