]> git.ipfire.org Git - thirdparty/libarchive.git/commit
tar/write.h: Support `sys/xattr.h` (#2335)
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2024 02:44:06 +0000 (04:44 +0200)
committerMartin Matuska <martin@matuska.de>
Sun, 22 Sep 2024 23:38:42 +0000 (01:38 +0200)
commit296fe0e35d2bdd25d22b2f3353097fb46d4b145f
tree67f8659a712e9473c6728823d9a4d3129374cbb4
parentdff171decd60683af7264b2194ba26c6c1d8ad60
tar/write.h: Support `sys/xattr.h` (#2335)

Synchronize the last use of `attr/xattr.h` to support using
`sys/xattr.h` instead. The former header is deprecated on GNU/Linux, and
this replacement makes it possible to build libarchive without the
`attr` package.

(cherry picked from commit fa7e9cd7cbcd41386c30cc75a706805dd4e42716)
tar/write.c