After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 769747 - build: admin backend needs libcap
build: admin backend needs libcap
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: general
1.29.x
Other All
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2016-08-11 15:17 UTC by Andreas Henriksson
Modified: 2016-08-22 08:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: admin backend needs libcap (1.12 KB, patch)
2016-08-11 15:17 UTC, Andreas Henriksson
committed Details | Review

Description Andreas Henriksson 2016-08-11 15:17:14 UTC
Make sure to check for libcap availability for building the
admin backend to avoid potentially running into:

gvfsbackendadmin.c:27:28: fatal error: sys/capability.h: No such file or directory
 #include <sys/capability.h>
                            ^
compilation terminated.
Comment 1 Andreas Henriksson 2016-08-11 15:17:19 UTC
Created attachment 333121 [details] [review]
build: admin backend needs libcap
Comment 2 Ondrej Holy 2016-08-22 08:30:19 UTC
Comment on attachment 333121 [details] [review]
build: admin backend needs libcap

Thanks for the patch! Pushed as commit 2ca6dd9.