Work around aarch64 build failures.

This commit is contained in:
Joe Orton 2022-12-19 16:46:44 +00:00
parent 8c54e332bb
commit f5d2d48e1d

View File

@ -338,6 +338,13 @@ autoheader && autoconf || exit 1
# Hard-code path to links to avoid unnecessary builddep
export LYNX_PATH=/usr/bin/links
%ifarch aarch64
# The configure check for epoll_create() is failing. httpd/apr only
# actually uses epoll_create1() so this test could be smarter. Work
# around it for now.
export ac_cv_func_epoll_create=yes
%endif
# Build the daemon
./configure \
--prefix=%{_sysconfdir}/httpd \