| Summary: | [PATCH] Fix ACL checks for FreeBSD | ||
|---|---|---|---|
| Product: | Spice | Reporter: | Ting-Wei Lan <lantw44> |
| Component: | spice-gtk | Assignee: | Spice Bug List <spice-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | CC: | lantw44, teuf |
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | FreeBSD | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Attachments: | build-sys: Enable ACL support on FreeBSD | ||
|
Description
Ting-Wei Lan
2018-01-07 10:29:26 UTC
Created attachment 136596 [details] [review] build-sys: Enable ACL support on FreeBSD sys/acl.h works on both FreeBSD and Linux, so we should use it instead of acl/libacl.h, which only works on Linux. FreeBSD puts ACL functions in libc, so we should check whether ACL functions are available in libc before doing the check with -lacl. Sent upstream https://lists.freedesktop.org/archives/spice-devel/2018-January/041325.html but it looks good to me, so I'll push it soon. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.