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

APR recipe update

parent 04616404
No related branches found
No related tags found
1 merge request!354APR recipe update
#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]
tar = "https://dlcdn.apache.org//apr/apr-1.7.4.tar.bz2"
[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
"""
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