Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
Trenly
VLC
Commits
548ee5da
Commit
548ee5da
authored
3 years ago
by
David
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
macOS build.sh: Blacklist linkat and unlinkat
Those are only available starting macOS 10.10.
parent
0d20e689
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/package/macosx/build.sh
+2
-0
2 additions, 0 deletions
extras/package/macosx/build.sh
with
2 additions
and
0 deletions
extras/package/macosx/build.sh
+
2
−
0
View file @
548ee5da
...
...
@@ -204,6 +204,8 @@ export ac_cv_func_fdopendir=no
export
ac_cv_func_openat
=
no
export
ac_cv_func_fstatat
=
no
export
ac_cv_func_readlinkat
=
no
export
ac_cv_func_linkat
=
no
export
ac_cv_func_unlinkat
=
no
# Added symbols between 10.7 and 10.9
export
ac_cv_func_memset_s
=
no
...
...
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