mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
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 redox-os/cookbook!378
This commit is contained in:
commit
13089d1527
@ -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
|
||||
"""
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#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",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user