Skip to content
Snippets Groups Projects
Commit 13089d15 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'apache-fixes' into 'master'

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

See merge request !378
parents ad097a50 0898a593
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
apr_cv_process_shared_works=yes
apr_cv_mutex_robust_shared=yes
apr_cv_tcp_nodelay_with_cork=no
apr_cv_epoll=yes
)
cookbook_configure
"""
#apache-httpd
#TODO compiles but requires setgroups syscall at startup
[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 = [
"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