diff options
author | Alexander Bluhm <alexander.bluhm@gmx.net> | 2021-10-05 23:33:16 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2021-10-27 20:49:41 +0300 |
commit | 892b16cc282f5b4e1c49871b326f4db25c5b4d81 (patch) | |
tree | cec88fc36db0d7959682bf95ada3548f2c085e68 /m4/tuklib_common.m4 | |
parent | liblzma: Fix liblzma.map for the lzma_microlzma_* symbols. (diff) | |
download | xz-892b16cc282f5b4e1c49871b326f4db25c5b4d81.tar.xz |
xz: Avoid fchown(2) failure.
OpenBSD does not allow to change the group of a file if the user
does not belong to this group. In contrast to Linux, OpenBSD also
fails if the new group is the same as the old one. Do not call
fchown(2) in this case, it would change nothing anyway.
This fixes an issue with Perl Alien::Build module.
https://github.com/PerlAlien/Alien-Build/issues/62
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions