004-disable-capabilities.patch 269 B

123456789101112
  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>