GNOME Bugzilla – Bug 769747
build: admin backend needs libcap
Last modified: 2016-08-22 08:30:30 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.
Created attachment 333121 [details] [review] build: admin backend needs libcap
Comment on attachment 333121 [details] [review] build: admin backend needs libcap Thanks for the patch! Pushed as commit 2ca6dd9.