Merge pull request #1400 from Rmys/master

libarchive rebuild glibc
This commit is contained in:
Rmys
2022-08-24 18:48:10 +03:00
committed by GitHub
2 changed files with 24 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
diff -Nuar a/tar/write.c b/tar/write.c
--- a/tar/write.c 2022-04-08 14:40:26.000000000 +0300
+++ b/tar/write.c 2022-08-24 11:26:50.499748792 +0300
@@ -33,7 +33,9 @@
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
-#ifdef HAVE_ATTR_XATTR_H
+#if HAVE_SYS_XATTR_H
+#include <sys/xattr.h>
+#elif HAVE_ATTR_XATTR_H
#include <attr/xattr.h>
#endif
#ifdef HAVE_ERRNO_H
+10
View File
@@ -26,6 +26,9 @@
<Dependency>lzo-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">glibc.patch</Patch>
</Patches>
</Source>
<Package>
@@ -64,6 +67,13 @@
</Package>
<History>
<Update release="11">
<Date>202-07-24</Date>
<Version>3.6.1</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>202-05-05</Date>
<Version>3.6.1</Version>