Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
0b6e6c5d
Commit
0b6e6c5d
authored
11 months ago
by
Bendeguz Pisch
Committed by
Jeremy Soller
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
APR recipe update
parent
04616404
No related branches found
Branches containing commit
No related tags found
1 merge request
!354
APR recipe update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes/wip/dev/apr/recipe.toml
+18
-2
18 additions, 2 deletions
recipes/wip/dev/apr/recipe.toml
with
18 additions
and
2 deletions
recipes/wip/dev/apr/recipe.toml
+
18
−
2
View file @
0b6e6c5d
#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
"""
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment