You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
269 B

  1. --- a/sysdeputil.c
  2. +++ b/sysdeputil.c
  3. @@ -165,6 +165,9 @@
  4. #endif
  5. /* END config */
  6. +#undef VSF_SYSDEP_HAVE_CAPABILITIES
  7. +#undef VSF_SYSDEP_HAVE_LIBCAP
  8. +
  9. /* PAM support - we include our own dummy version if the system lacks this */
  10. #include <security/pam_appl.h>