mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 12:38:43 +08:00
Merge branch 'apr_recipe_update' into 'master'
APR recipe update See merge request redox-os/cookbook!354
This commit is contained in:
commit
570bff657e
@ -1,5 +1,21 @@
|
|||||||
#TODO compilation error
|
#TODO compiled but not tested
|
||||||
|
#NOTE Please do not remove expat dependency -- while it's not direct, apr-util build breaks if apr does not have it.
|
||||||
|
|
||||||
[source]
|
[source]
|
||||||
tar = "https://dlcdn.apache.org//apr/apr-1.7.4.tar.bz2"
|
tar = "https://dlcdn.apache.org//apr/apr-1.7.4.tar.bz2"
|
||||||
[build]
|
[build]
|
||||||
template = "configure"
|
template = "custom"
|
||||||
|
dependencies = [
|
||||||
|
"expat",
|
||||||
|
]
|
||||||
|
script = """
|
||||||
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||||
|
ac_cv_file__dev_zero=yes
|
||||||
|
apr_cv_process_shared_works=yes
|
||||||
|
apr_cv_mutex_robust_shared=no
|
||||||
|
apr_cv_tcp_nodelay_with_cork=yes
|
||||||
|
)
|
||||||
|
cookbook_configure
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user