Skip to content
Snippets Groups Projects
Commit 0898a593 authored by Bendeguz Pisch's avatar Bendeguz Pisch Committed by Jeremy Soller
Browse files

Fix apache-httpd and apr recipes to build properly and to use epoll by default in apr.

parent 649afc4d
No related branches found
No related tags found
1 merge request!378Fix apache-httpd and apr recipes to build properly and to use epoll by default in apr.
...@@ -10,6 +10,7 @@ ac_cv_working_getaddrinfo=no ...@@ -10,6 +10,7 @@ ac_cv_working_getaddrinfo=no
apr_cv_process_shared_works=yes apr_cv_process_shared_works=yes
apr_cv_mutex_robust_shared=yes apr_cv_mutex_robust_shared=yes
apr_cv_tcp_nodelay_with_cork=no apr_cv_tcp_nodelay_with_cork=no
apr_cv_epoll=yes
) )
cookbook_configure cookbook_configure
""" """
#apache-httpd #TODO compiles but requires setgroups syscall at startup
[source] [source]
tar="https://dlcdn.apache.org/httpd/httpd-2.4.58.tar.bz2" tar="https://dlcdn.apache.org/httpd/httpd-2.4.61.tar.bz2"
patches = [ patches = [
"redox.patch", "redox.patch",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment