]> git.pld-linux.org Git - packages/librepo.git/blob - librepo-attr.patch
- unconditional noarch subpackages
[packages/librepo.git] / librepo-attr.patch
1 --- librepo-1.8.1/librepo/checksum.c.orig       2017-09-01 17:45:17.000000000 +0200
2 +++ librepo-1.8.1/librepo/checksum.c    2017-11-19 08:09:39.084533788 +0100
3 @@ -26,7 +26,8 @@
4  #include <sys/types.h>
5  #include <sys/stat.h>
6  #include <unistd.h>
7 -#include <attr/xattr.h>
8 +#include <errno.h>
9 +#include <sys/xattr.h>
10  #include <openssl/evp.h>
11  
12  #include "cleanup.h"
13 --- librepo-1.8.1/librepo/downloader.c.orig     2017-09-01 17:45:17.000000000 +0200
14 +++ librepo-1.8.1/librepo/downloader.c  2017-11-19 08:11:38.764532423 +0100
15 @@ -30,7 +30,7 @@
16  #include <sys/stat.h>
17  #include <fcntl.h>
18  #include <curl/curl.h>
19 -#include <attr/xattr.h>
20 +#include <sys/xattr.h>
21  
22  #include "downloader.h"
23  #include "downloader_internal.h"
24 --- librepo-1.8.1/tests/test_checksum.c.orig    2017-09-01 17:45:17.000000000 +0200
25 +++ librepo-1.8.1/tests/test_checksum.c 2017-11-19 08:12:19.011198628 +0100
26 @@ -6,7 +6,8 @@
27  #include <sys/types.h>
28  #include <sys/stat.h>
29  #include <fcntl.h>
30 -#include <attr/xattr.h>
31 +#include <errno.h>
32 +#include <sys/xattr.h>
33  
34  #include "librepo/util.h"
35  #include "librepo/checksum.h"
36 --- librepo-1.8.1/CMakeLists.txt.orig   2017-09-01 17:45:17.000000000 +0200
37 +++ librepo-1.8.1/CMakeLists.txt        2017-11-19 08:12:38.604531738 +0100
38 @@ -32,7 +32,6 @@
39  FIND_PACKAGE(EXPAT REQUIRED)
40  FIND_PACKAGE(CURL REQUIRED)
41  FIND_PACKAGE(Gpgme REQUIRED)
42 -FIND_PACKAGE(Xattr REQUIRED)
43  
44  INCLUDE_DIRECTORIES(${GLIB2_INCLUDE_DIRS})
45  
This page took 0.151283 seconds and 3 git commands to generate.