- remove some old workarounds
This commit is contained in:
parent
ab864817dc
commit
df3d3d1151
10
httpd.spec
10
httpd.spec
@ -318,16 +318,6 @@ autoheader && autoconf || exit 1
|
|||||||
|
|
||||||
%set_build_flags
|
%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
|
# Build the daemon
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=%{_sysconfdir}/httpd \
|
--prefix=%{_sysconfdir}/httpd \
|
||||||
|
Loading…
Reference in New Issue
Block a user