mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-27 04:32:16 +03:00
config: user: check for <aio.h>
And always zpool_read_label_slow() on non-conformant libcs Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Co-authored-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13207 Closes #13254
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
dnl #
|
||||
dnl # POSIX specifies <aio.h> as part of realtime extensions,
|
||||
dnl # and is missing from at least uClibc – force fallbacks there
|
||||
dnl #
|
||||
AC_DEFUN([ZFS_AC_CONFIG_USER_AIO_H], [
|
||||
ZFS_AC_FIND_SYSTEM_LIBRARY(AIO_H, [], [aio.h], [], [rt], [lio_listio])
|
||||
])
|
||||
Reference in New Issue
Block a user