]> git.pld-linux.org Git - packages/wget.git/commitdiff
- adjusted user.xdg.origin.url patch to use xattr.h from glibc instead of obsolete...
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Dec 2017 10:11:40 +0000 (11:11 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Dec 2017 10:11:40 +0000 (11:11 +0100)
user.xdg.origin.url.patch
wget.spec

index 6f0408b32dea9260cc91c4316cc5ebca3a433780..0cacc5bd0330acb7c3cbf20c83fdcf290a35e7e7 100644 (file)
@@ -47,7 +47,7 @@ index df63e1c..b41d5ac 100644
  #include <unistd.h>
  #include <errno.h>
  #include <assert.h>
-+#include <attr/xattr.h>
++#include <sys/xattr.h>
  
  #include "utils.h"
  #include "url.h"
index d59d71c5090d1b107fe1cee56b9d8f5ff5ba1400..95a73cabbe96ace4d77ff1520132ace3d5c84326 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -32,7 +32,6 @@ Patch3:               %{name}-ssl-certs.patch
 Patch4:                user.xdg.origin.url.patch
 Patch5:                %{name}-tests.patch
 URL:           http://www.gnu.org/software/wget/
-BuildRequires: attr-devel
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-tools >= 0.18.1
This page took 0.03286 seconds and 4 git commands to generate.