]> git.kaiwu.me - nginx.git/commit
Configure: fixed --test-build-epoll on FreeBSD 13.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Apr 2021 17:14:16 +0000 (20:14 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 5 Apr 2021 17:14:16 +0000 (20:14 +0300)
commitca9bf16f09ef2b0755bfe880c68dc71b9c46f879
treef688710afbb22a95ea0c765587aa4fa4d8ad36e4
parent4af67214ad3d7f0f525bea777d5a43aa7a702ecf
Configure: fixed --test-build-epoll on FreeBSD 13.

In FreeBSD 13, eventfd(2) was added, and this breaks build
with --test-build-epoll and without --with-file-aio.  Fix is
to move eventfd(2) detection to auto/os/linux, as it is used
only on Linux as a notification mechanism for epoll().
auto/os/linux
auto/unix