- remove some old workarounds

This commit is contained in:
Joe Orton 2024-01-05 16:21:32 +00:00
parent ab864817dc
commit df3d3d1151

View File

@ -318,16 +318,6 @@ autoheader && autoconf || exit 1
%set_build_flags
# 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 \