]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: (hardlink) check for llistxattr and lgetxattr
authorKarel Zak <kzak@redhat.com>
Mon, 25 Oct 2021 09:39:09 +0000 (11:39 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 25 Oct 2021 09:39:09 +0000 (11:39 +0200)
commit3854515ca11ffc68c6bbdd4e5673c7f7521f3043
tree6d28c97ac61f088df84f9baeb74d10306c852d9f
parent10f5f79485964ab52272ebe79c3b0047b1f84d82
build-sys: (hardlink) check for llistxattr and lgetxattr

It seems check for sys/xattr.h is not enough. The header file exists
on MacOS, but without these functions.

Addresses: https://github.com/karelzak/util-linux/issues/1432
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
misc-utils/hardlink.c